Home
last modified time | relevance | path

Searched refs:ndmsg (Results 1 – 22 of 22) sorted by relevance

/linux/net/mctp/
A Dneigh.c121 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/include/linux/
A Drtnetlink.h118 extern int ndo_dflt_fdb_add(struct ndmsg *ndm,
124 extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
A Dnetdevice.h1493 int (*ndo_fdb_add)(struct ndmsg *ndm,
1500 int (*ndo_fdb_del)(struct ndmsg *ndm,
/linux/net/bridge/
A Dbr_fdb.c107 struct ndmsg *ndm; in fdb_fill_info()
171 return NLMSG_ALIGN(sizeof(struct ndmsg)) in fdb_nlmsg_size()
867 const u8 *addr, struct ndmsg *ndm, u16 flags, u16 vid, in fdb_add_entry()
957 static int __br_fdb_add(struct ndmsg *ndm, struct net_bridge *br, in __br_fdb_add()
1000 int br_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_add()
1111 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_delete()
A Dbr_private.h777 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[],
779 int br_fdb_add(struct ndmsg *nlh, struct nlattr *tb[], struct net_device *dev,
/linux/net/ipv6/
A Dndisc.c1129 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local
1147 ndmsg = nlmsg_data(nlh); in ndisc_ra_useropt()
1148 ndmsg->nduseropt_family = AF_INET6; in ndisc_ra_useropt()
1149 ndmsg->nduseropt_ifindex = ra->dev->ifindex; in ndisc_ra_useropt()
1150 ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type; in ndisc_ra_useropt()
1151 ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code; in ndisc_ra_useropt()
1152 ndmsg->nduseropt_opts_len = opt->nd_opt_len << 3; in ndisc_ra_useropt()
1154 memcpy(ndmsg + 1, opt, opt->nd_opt_len << 3); in ndisc_ra_useropt()
/linux/include/uapi/linux/
A Dneighbour.h8 struct ndmsg { struct
/linux/samples/bpf/
A Dxdp_router_ipv4_user.c385 struct ndmsg *rt_msg; in read_arp()
406 rt_msg = (struct ndmsg *)NLMSG_DATA(nh); in read_arp()
478 struct ndmsg rt; in get_arp_table()
/linux/net/core/
A Dneighbour.c1845 struct ndmsg *ndm; in neigh_delete()
1912 struct ndmsg *ndm; in neigh_add()
2508 struct ndmsg *ndm; in neigh_fill_info()
2569 struct ndmsg *ndm; in pneigh_fill_info()
2744 struct ndmsg *ndm; in neigh_valid_dump_req()
2767 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb, in neigh_valid_dump_req()
2810 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) && in neigh_dump_info()
2811 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY) in neigh_dump_info()
2848 struct ndmsg *ndm; in neigh_valid_get_req()
2904 return NLMSG_ALIGN(sizeof(struct ndmsg)) in neigh_nlmsg_size()
[all …]
A Drtnetlink.c3871 struct ndmsg *ndm; in nlmsg_populate_fdb_fill()
3902 return NLMSG_ALIGN(sizeof(struct ndmsg)) + in rtnl_fdb_nlmsg_size()
3935 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add()
3995 struct ndmsg *ndm; in rtnl_fdb_add()
4075 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del()
4103 struct ndmsg *ndm; in rtnl_fdb_del()
4248 struct ndmsg *ndm; in valid_fdb_dump_strict()
4263 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_dump_strict()
4311 if (nlmsg_len(nlh) != sizeof(struct ndmsg) && in valid_fdb_dump_legacy()
4312 (nlmsg_len(nlh) != sizeof(struct ndmsg) + in valid_fdb_dump_legacy()
[all …]
/linux/include/trace/events/
A Dbridge.h14 TP_PROTO(struct ndmsg *ndm, struct net_device *dev,
/linux/drivers/net/ethernet/mscc/
A Docelot_net.c652 static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_add()
665 static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_del()
A Docelot.c1156 struct ndmsg *ndm; in ocelot_port_fdb_do_dump()
/linux/drivers/net/
A Dmacvlan.c989 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add()
1015 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del()
A Dvxlan.c267 struct ndmsg *ndm; in vxlan_fdb_info()
355 return NLMSG_ALIGN(sizeof(struct ndmsg)) in vxlan_nlmsg_size()
1267 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add()
1343 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete()
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_main.c369 static int qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_del()
394 static int qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_add()
/linux/net/dsa/
A Dslave.c197 struct ndmsg *ndm; in dsa_slave_port_fdb_do_dump()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch.c775 struct ndmsg *ndm; in dpaa2_switch_fdb_dump_nl()
/linux/drivers/net/ethernet/intel/ice/
A Dice_main.c5526 ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], in ice_fdb_add()
5564 ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], in ice_fdb_del()
/linux/drivers/net/ethernet/intel/igb/
A Digb_main.c2485 static int igb_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in igb_ndo_fdb_add()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c9801 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ixgbe_ndo_fdb_add()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_main.c12799 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in i40e_ndo_fdb_add()

Completed in 155 milliseconds