/linux-4.4.14/include/net/ |
D | switchdev.h | 198 int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], 201 int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], 305 static inline int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_add() 313 static inline int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_del()
|
/linux-4.4.14/include/linux/ |
D | rtnetlink.h | 103 extern int ndo_dflt_fdb_add(struct ndmsg *ndm, 109 extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
|
D | netdevice.h | 1179 int (*ndo_fdb_add)(struct ndmsg *ndm, 1185 int (*ndo_fdb_del)(struct ndmsg *ndm,
|
/linux-4.4.14/include/uapi/linux/ |
D | neighbour.h | 7 struct ndmsg { struct
|
/linux-4.4.14/net/ipv6/ |
D | ndisc.c | 1040 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local 1058 ndmsg = nlmsg_data(nlh); in ndisc_ra_useropt() 1059 ndmsg->nduseropt_family = AF_INET6; in ndisc_ra_useropt() 1060 ndmsg->nduseropt_ifindex = ra->dev->ifindex; in ndisc_ra_useropt() 1061 ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type; in ndisc_ra_useropt() 1062 ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code; in ndisc_ra_useropt() 1063 ndmsg->nduseropt_opts_len = opt->nd_opt_len << 3; in ndisc_ra_useropt() 1065 memcpy(ndmsg + 1, opt, opt->nd_opt_len << 3); in ndisc_ra_useropt()
|
/linux-4.4.14/net/bridge/ |
D | br_fdb.c | 637 struct ndmsg *ndm; in fdb_fill_info() 676 return NLMSG_ALIGN(sizeof(struct ndmsg)) in fdb_nlmsg_size() 829 static int __br_fdb_add(struct ndmsg *ndm, struct net_bridge_port *p, in __br_fdb_add() 851 int br_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_add() 979 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_delete()
|
D | br_private.h | 470 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], 472 int br_fdb_add(struct ndmsg *nlh, struct nlattr *tb[], struct net_device *dev,
|
/linux-4.4.14/net/switchdev/ |
D | switchdev.c | 974 int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_add() 999 int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_del() 1029 struct ndmsg *ndm; in switchdev_port_fdb_dump_cb()
|
/linux-4.4.14/net/core/ |
D | neighbour.c | 1597 struct ndmsg *ndm; in neigh_delete() 1655 struct ndmsg *ndm; in neigh_add() 2154 struct ndmsg *ndm; in neigh_fill_info() 2206 struct ndmsg *ndm; in pneigh_fill_info() 2274 err = nlmsg_parse(nlh, sizeof(struct ndmsg), tb, NDA_MAX, NULL); in neigh_dump_table() 2374 if (nlmsg_len(cb->nlh) >= sizeof(struct ndmsg) && in neigh_dump_info() 2375 ((struct ndmsg *) nlmsg_data(cb->nlh))->ndm_flags == NTF_PROXY) in neigh_dump_info() 2827 return NLMSG_ALIGN(sizeof(struct ndmsg)) in neigh_nlmsg_size()
|
D | rtnetlink.c | 2572 struct ndmsg *ndm; in nlmsg_populate_fdb_fill() 2603 return NLMSG_ALIGN(sizeof(struct ndmsg)) + nla_total_size(ETH_ALEN); in rtnl_fdb_nlmsg_size() 2632 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add() 2691 struct ndmsg *ndm; in rtnl_fdb_add() 2763 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() 2790 struct ndmsg *ndm; in rtnl_fdb_del()
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 890 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add() 915 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del()
|
D | vxlan.c | 280 struct ndmsg *ndm; in vxlan_fdb_info() 342 return NLMSG_ALIGN(sizeof(struct ndmsg)) in vxlan_nlmsg_size() 825 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add() 861 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 377 static int qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_del() 402 static int qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_add()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8151 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ixgbe_ndo_fdb_add()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8398 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in i40e_ndo_fdb_add()
|