Searched defs:ndm (Results 1 – 11 of 11) sorted by relevance
/linux/net/mctp/ |
H A D | neigh.c | 121 struct ndmsg *ndm; in mctp_rtm_newneigh() local 180 struct ndmsg *ndm; in mctp_rtm_delneigh() local
|
/linux/tools/testing/selftests/net/ |
H A D | netlink-dumps.c | 79 struct ndmsg ndm; member
|
/linux/net/core/ |
H A D | neighbour.c | 1855 struct ndmsg *ndm; in neigh_delete() local 1922 struct ndmsg *ndm; in neigh_add() local 2526 struct ndmsg *ndm; in neigh_fill_info() local 2587 struct ndmsg *ndm; in pneigh_fill_info() local 2754 struct ndmsg *ndm; in neigh_valid_dump_req() local 2861 struct ndmsg *ndm; in neigh_valid_get_req() local
|
H A D | rtnetlink.c | 4426 struct ndmsg *ndm; in nlmsg_populate_fdb_fill() local 4490 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add() 4555 struct ndmsg *ndm; in rtnl_fdb_add() local 4638 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() 4668 struct ndmsg *ndm; in rtnl_fdb_del() local 4840 struct ndmsg *ndm; in valid_fdb_dump_strict() local 5008 struct ndmsg *ndm; in valid_fdb_get_strict() local
|
/linux/drivers/net/ |
H A D | macvlan.c | 1024 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add() 1050 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 160 struct ndmsg *ndm; in vxlan_fdb_info() local 1241 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add() 1320 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete() 3119 struct ndmsg *ndm = nlmsg_data(nlh); in vxlan_fdb_delete_bulk() local
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 368 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/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 6193 ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], in ice_fdb_add() 6234 ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], in ice_fdb_del()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 2496 static int igb_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in igb_ndo_fdb_add()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 10319 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ixgbe_ndo_fdb_add()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 13059 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in i40e_ndo_fdb_add()
|