Searched refs:ndm_family (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h9 __u8 ndm_family; member in struct:ndmsg
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c321 int rtl, ndm_family; local
336 ndm_family = rt_msg->ndm_family;
355 if (ndm_family == AF_INET) {
420 req.rt.ndm_family = rtm_family;
/linux-master/net/mctp/
H A Dneigh.c221 hdr->ndm_family = AF_MCTP;
/linux-master/net/core/
H A Dneighbour.c1924 tbl = neigh_find_table(ndm->ndm_family);
2010 tbl = neigh_find_table(ndm->ndm_family);
2579 ndm->ndm_family = neigh->ops->family;
2640 ndm->ndm_family = tbl->family;
2936 *tbl = neigh_find_table(ndm->ndm_family);
H A Drtnetlink.c4125 ndm->ndm_family = AF_BRIDGE;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c184 ndm->ndm_family = send_ip ? rdst->remote_ip.sa.sa_family : AF_INET;
186 ndm->ndm_family = nh_family;
190 ndm->ndm_family = AF_BRIDGE;
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c775 ndm->ndm_family = AF_BRIDGE;
/linux-master/net/bridge/
H A Dbr_fdb.c112 ndm->ndm_family = AF_BRIDGE;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c798 ndm->ndm_family = AF_BRIDGE;
/linux-master/net/dsa/
H A Duser.c529 ndm->ndm_family = AF_BRIDGE;

Completed in 267 milliseconds