Home
last modified time | relevance | path

Searched refs:NUD_NOARP (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dneighbour.h70 #define NUD_NOARP 0x40 macro
/linux-6.15/net/ipv4/
H A Darp.c250 neigh->nud_state = NUD_NOARP; in arp_constructor()
270 neigh->nud_state = NUD_NOARP; in arp_constructor()
273 neigh->nud_state = NUD_NOARP; in arp_constructor()
277 neigh->nud_state = NUD_NOARP; in arp_constructor()
1183 if (READ_ONCE(neigh->nud_state) & NUD_NOARP) { in arp_req_get()
1214 if (READ_ONCE(neigh->nud_state) & ~NUD_NOARP) in arp_invalidate()
/linux-6.15/net/bridge/
H A Dbr_fdb.c82 return NUD_NOARP; in fdb_to_nud()
621 if (ndm_state & NUD_NOARP) in __ndm_state_to_fdb_flags()
1068 if (source && !(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
1119 } else if (state & NUD_NOARP) { in fdb_add_entry()
1213 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
H A Dbr_private.h826 #define FDB_FLUSH_ALLOWED_NDM_STATES (NUD_PERMANENT | NUD_NOARP)
/linux-6.15/include/net/
H A Dneighbour.h39 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
40 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/linux-6.15/include/trace/events/
H A Dneigh.h20 { NUD_NOARP, "noarp" }, \
/linux-6.15/net/ipv6/
H A Dndisc.c348 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
353 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
356 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
361 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
/linux-6.15/net/core/
H A Dneighbour.c263 (n->nud_state == NUD_NOARP) || in neigh_forced_gc()
403 n->nud_state = NUD_NOARP; in neigh_flush_dev()
1270 (old & (NUD_NOARP | NUD_PERMANENT))) in __neigh_update()
3154 if (READ_ONCE(n->nud_state) & ~NUD_NOARP) in neigh_get_valid()
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c1479 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_snoop()
2854 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_cleanup()
3115 #define VXLAN_FDB_FLUSH_ALLOWED_NDM_STATES (NUD_PERMANENT | NUD_NOARP)
3191 .state_mask = NUD_PERMANENT | NUD_NOARP, in vxlan_stop()
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c782 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
/linux-6.15/drivers/s390/net/
H A Dqeth_l3_main.c1796 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c805 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()
/linux-6.15/net/dsa/
H A Duser.c539 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_user_port_fdb_do_dump()