Searched refs:ndm_state (Results 1 – 9 of 9) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | neighbour.h | 13 __u16 ndm_state; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | neighbour.h | 13 __u16 ndm_state; member
|
| /linux/net/mctp/ |
| H A D | neigh.c | 223 hdr->ndm_state = 0; // TODO other state bits? in mctp_fill_neigh() 225 hdr->ndm_state |= NUD_PERMANENT; in mctp_fill_neigh()
|
| /linux/net/core/ |
| H A D | neighbour.c | 2064 !!(ndm->ndm_state & NUD_PERMANENT)); in neigh_add() 2080 bool ndm_permanent = ndm->ndm_state & NUD_PERMANENT; in neigh_add() 2095 u8 state = ndm->ndm_state; in neigh_add() 2127 u8 state = ndm->ndm_state; in neigh_add() 2163 err = __neigh_update(neigh, lladdr, ndm->ndm_state, flags, in neigh_add() 2653 ndm->ndm_state = neigh->nud_state; in neigh_fill_info() 2711 ndm->ndm_state = NUD_NONE; in pneigh_fill_info() 2869 ndm->ndm_state || ndm->ndm_type) { in neigh_valid_dump_req() 2974 if (ndm->ndm_pad1 || ndm->ndm_pad2 || ndm->ndm_state || in neigh_valid_get_req()
|
| H A D | rtnetlink.c | 4473 int nlflags, u16 ndm_state) in nlmsg_populate_fdb_fill() argument 4489 ndm->ndm_state = ndm_state; in nlmsg_populate_fdb_fill() 4514 u16 ndm_state) in rtnl_fdb_notify() argument 4525 0, 0, type, NTF_SELF, 0, ndm_state); in rtnl_fdb_notify() 4551 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_add() 4677 ndm->ndm_state); in rtnl_fdb_add() 4698 if (!(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_del() 4811 ndm->ndm_state); in rtnl_fdb_del() 4896 if (ndm->ndm_pad1 || ndm->ndm_pad2 || ndm->ndm_state || in valid_fdb_dump_strict() 5064 if (ndm->ndm_pad1 || ndm->ndm_pad2 || ndm->ndm_state || in valid_fdb_get_strict()
|
| /linux/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 419 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-switch.c | 805 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()
|
| /linux/net/dsa/ |
| H A D | user.c | 539 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_user_port_fdb_do_dump()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 13041 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in i40e_ndo_fdb_add()
|