Searched defs:ndm (Results 1 - 5 of 5) sorted by relevance

/drivers/net/
H A Dmacvlan.c873 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], argument
898 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], argument
H A Dvxlan.c320 struct ndmsg *ndm; local
323 nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags);
327 ndm = nlmsg_data(nlh);
328 memset(ndm, 0, sizeof(*ndm));
333 ndm->ndm_family = AF_INET;
337 ndm->ndm_family = AF_BRIDGE;
338 ndm->ndm_state = fdb->state;
339 ndm->ndm_ifindex = vxlan->dev->ifindex;
340 ndm
850 vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, u16 flags) argument
886 vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *dev, const unsigned char *addr) argument
[all...]
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c378 static int qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], argument
385 return ndo_dflt_fdb_del(ndm, tb, netdev, addr);
402 static int qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], argument
410 return ndo_dflt_fdb_add(ndm, tb, netdev, addr, flags);
/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c7361 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], argument
7366 static int i40e_ndo_fdb_add(struct ndmsg *ndm,
7382 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) {
7403 static int i40e_ndo_fdb_del(struct ndmsg *ndm, argument
7407 static int i40e_ndo_fdb_del(struct ndmsg *ndm,
7416 if (ndm->ndm_state & NUD_PERMANENT) {
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7647 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], argument
7658 return ndo_dflt_fdb_add(ndm, tb, dev, addr, flags);

Completed in 746 milliseconds