Searched defs:ndm (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/net/bridge/ | 
| D | br_fdb.c | 637 	struct ndmsg *ndm;  in fdb_fill_info()  local 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()
  | 
| /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()  local
  | 
| /linux-4.4.14/include/net/ | 
| D | switchdev.h | 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/net/core/ | 
| D | rtnetlink.c | 2572 	struct ndmsg *ndm;  in nlmsg_populate_fdb_fill()  local 2632 int ndo_dflt_fdb_add(struct ndmsg *ndm,  in ndo_dflt_fdb_add() 2691 	struct ndmsg *ndm;  in rtnl_fdb_add()  local 2763 int ndo_dflt_fdb_del(struct ndmsg *ndm,  in ndo_dflt_fdb_del() 2790 	struct ndmsg *ndm;  in rtnl_fdb_del()  local
  | 
| D | neighbour.c | 1597 	struct ndmsg *ndm;  in neigh_delete()  local 1655 	struct ndmsg *ndm;  in neigh_add()  local 2154 	struct ndmsg *ndm;  in neigh_fill_info()  local 2206 	struct ndmsg *ndm;  in pneigh_fill_info()  local
  | 
| /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()  local 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/i40e/ | 
| D | i40e_main.c | 8398 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],  in i40e_ndo_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()
  |