Home
last modified time | relevance | path

Searched refs:ndm_state (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/linux/
H A Dneighbour.h13 __u16 ndm_state; member
/linux/tools/include/uapi/linux/
H A Dneighbour.h13 __u16 ndm_state; member
/linux/net/mctp/
H A Dneigh.c224 hdr->ndm_state = 0; // TODO other state bits? in mctp_fill_neigh()
226 hdr->ndm_state |= NUD_PERMANENT; in mctp_fill_neigh()
/linux/net/core/
H A Drtnetlink.c4646 int nlflags, u16 ndm_state) in nlmsg_populate_fdb_fill() argument
4662 ndm->ndm_state = ndm_state; in nlmsg_populate_fdb_fill()
4687 u16 ndm_state) in rtnl_fdb_notify() argument
4698 0, 0, type, NTF_SELF, 0, ndm_state); in rtnl_fdb_notify()
4724 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_add()
4850 ndm->ndm_state); in rtnl_fdb_add()
4871 if (!(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_del()
4984 ndm->ndm_state); in rtnl_fdb_del()
5069 if (ndm->ndm_pad1 || ndm->ndm_pad2 || ndm->ndm_state || in valid_fdb_dump_strict()
5237 if (ndm->ndm_pad1 || ndm->ndm_pad2 || ndm->ndm_state || in valid_fdb_get_strict()
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c419 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c6117 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ice_fdb_add()
6154 if (ndm->ndm_state & NUD_PERMANENT) { in ice_fdb_del()
/linux/net/dsa/
H A Duser.c540 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_user_port_fdb_do_dump()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c979 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13049 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in i40e_ndo_fdb_add()