/linux-6.1.9/net/mctp/ |
D | neigh.c | 121 struct ndmsg *ndm; in mctp_rtm_newneigh() 180 struct ndmsg *ndm; in mctp_rtm_delneigh() 214 struct ndmsg *hdr; in mctp_fill_neigh() 248 struct ndmsg *ndmsg; in mctp_rtm_getneigh() local 253 ndmsg = nlmsg_data(cb->nlh); in mctp_rtm_getneigh() 254 req_ifindex = ndmsg->ndm_ifindex; in mctp_rtm_getneigh()
|
/linux-6.1.9/include/linux/ |
D | rtnetlink.h | 119 extern int ndo_dflt_fdb_add(struct ndmsg *ndm, 125 extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
|
D | netdevice.h | 1540 int (*ndo_fdb_add)(struct ndmsg *ndm, 1547 int (*ndo_fdb_del)(struct ndmsg *ndm, 1552 int (*ndo_fdb_del_bulk)(struct ndmsg *ndm,
|
/linux-6.1.9/net/bridge/ |
D | br_fdb.c | 107 struct ndmsg *ndm; in fdb_fill_info() 171 return NLMSG_ALIGN(sizeof(struct ndmsg)) in fdb_nlmsg_size() 657 int br_fdb_delete_bulk(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_delete_bulk() 1010 const u8 *addr, struct ndmsg *ndm, u16 flags, u16 vid, in fdb_add_entry() 1100 static int __br_fdb_add(struct ndmsg *ndm, struct net_bridge *br, in __br_fdb_add() 1143 int br_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_add() 1254 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_delete()
|
D | br_private.h | 795 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], 798 int br_fdb_delete_bulk(struct ndmsg *ndm, struct nlattr *tb[], 801 int br_fdb_add(struct ndmsg *nlh, struct nlattr *tb[], struct net_device *dev,
|
/linux-6.1.9/include/uapi/linux/ |
D | neighbour.h | 8 struct ndmsg { struct
|
/linux-6.1.9/net/ipv6/ |
D | ndisc.c | 1190 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local 1208 ndmsg = nlmsg_data(nlh); in ndisc_ra_useropt() 1209 ndmsg->nduseropt_family = AF_INET6; in ndisc_ra_useropt() 1210 ndmsg->nduseropt_ifindex = ra->dev->ifindex; in ndisc_ra_useropt() 1211 ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type; in ndisc_ra_useropt() 1212 ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code; in ndisc_ra_useropt() 1213 ndmsg->nduseropt_opts_len = opt->nd_opt_len << 3; in ndisc_ra_useropt() 1215 memcpy(ndmsg + 1, opt, opt->nd_opt_len << 3); in ndisc_ra_useropt()
|
/linux-6.1.9/samples/bpf/ |
D | xdp_router_ipv4_user.c | 320 struct ndmsg *rt_msg; in read_arp() 334 rt_msg = (struct ndmsg *)NLMSG_DATA(nh); in read_arp() 399 struct ndmsg rt; in get_arp_table()
|
/linux-6.1.9/include/trace/events/ |
D | bridge.h | 14 TP_PROTO(struct ndmsg *ndm, struct net_device *dev,
|
/linux-6.1.9/net/core/ |
D | neighbour.c | 1896 struct ndmsg *ndm; in neigh_delete() 1963 struct ndmsg *ndm; in neigh_add() 2566 struct ndmsg *ndm; in neigh_fill_info() 2627 struct ndmsg *ndm; in pneigh_fill_info() 2802 struct ndmsg *ndm; in neigh_valid_dump_req() 2821 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), in neigh_valid_dump_req() 2825 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb, in neigh_valid_dump_req() 2868 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) && in neigh_dump_info() 2869 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY) in neigh_dump_info() 2906 struct ndmsg *ndm; in neigh_valid_get_req() [all …]
|
D | rtnetlink.c | 3968 struct ndmsg *ndm; in nlmsg_populate_fdb_fill() 3999 return NLMSG_ALIGN(sizeof(struct ndmsg)) + in rtnl_fdb_nlmsg_size() 4032 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add() 4092 struct ndmsg *ndm; in rtnl_fdb_add() 4172 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() 4209 struct ndmsg *ndm; in rtnl_fdb_del() 4375 struct ndmsg *ndm; in valid_fdb_dump_strict() 4390 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_dump_strict() 4438 if (nlmsg_len(nlh) != sizeof(struct ndmsg) && in valid_fdb_dump_legacy() 4439 (nlmsg_len(nlh) != sizeof(struct ndmsg) + in valid_fdb_dump_legacy() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 739 static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_add() 753 static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_del() 773 struct ndmsg *ndm; in ocelot_port_fdb_do_dump()
|
/linux-6.1.9/drivers/net/ |
D | macvlan.c | 995 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add() 1021 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del()
|
/linux-6.1.9/drivers/net/vxlan/ |
D | vxlan_core.c | 207 struct ndmsg *ndm; in vxlan_fdb_info() 295 return NLMSG_ALIGN(sizeof(struct ndmsg)) in vxlan_nlmsg_size() 1217 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add() 1293 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 369 static int qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_del() 395 static int qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_add()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 779 struct ndmsg *ndm; in dpaa2_switch_fdb_dump_nl()
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 402 struct ndmsg *ndm; in dsa_slave_port_fdb_do_dump()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_main.c | 5720 ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], in ice_fdb_add() 5759 ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], in ice_fdb_del()
|
/linux-6.1.9/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2488 static int igb_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in igb_ndo_fdb_add()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9939 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ixgbe_ndo_fdb_add()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 13064 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in i40e_ndo_fdb_add()
|