Searched defs:ndm (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/bridge/ |
D | br_fdb.c | 607 struct ndmsg *ndm; in fdb_fill_info() local 793 static int __br_fdb_add(struct ndmsg *ndm, struct net_bridge_port *p, in __br_fdb_add() 815 int br_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_add() 896 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_delete()
|
/linux-4.1.27/net/dsa/ |
D | slave.c | 202 static int dsa_slave_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in dsa_slave_fdb_add() 216 static int dsa_slave_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in dsa_slave_fdb_del() 237 struct ndmsg *ndm; in dsa_slave_fill_info() local
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 2440 struct ndmsg *ndm; in nlmsg_populate_fdb_fill() local 2500 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add() 2559 struct ndmsg *ndm; in rtnl_fdb_add() local 2631 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() 2658 struct ndmsg *ndm; in rtnl_fdb_del() local
|
D | neighbour.c | 1590 struct ndmsg *ndm; in neigh_delete() local 1648 struct ndmsg *ndm; in neigh_add() local 2146 struct ndmsg *ndm; in neigh_fill_info() local 2198 struct ndmsg *ndm; in pneigh_fill_info() local
|
/linux-4.1.27/drivers/net/ |
D | macvlan.c | 888 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add() 913 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del()
|
D | vxlan.c | 314 struct ndmsg *ndm; in vxlan_fdb_info() local 866 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add() 902 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 376 static int qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_del() 401 static int qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_add()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
D | rocker.c | 4040 static int rocker_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in rocker_port_fdb_add() 4055 static int rocker_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in rocker_port_fdb_del() 4076 struct ndmsg *ndm; in rocker_fdb_fill_info() local
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7938 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in i40e_ndo_fdb_add()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 7922 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ixgbe_ndo_fdb_add()
|