Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Darp.c249 neigh->nud_state = NUD_NOARP; in arp_constructor()
269 neigh->nud_state = NUD_NOARP; in arp_constructor()
272 neigh->nud_state = NUD_NOARP; in arp_constructor()
276 neigh->nud_state = NUD_NOARP; in arp_constructor()
1105 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1126 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/Linux-v5.15/include/uapi/linux/
Dneighbour.h64 #define NUD_NOARP 0x40 macro
/Linux-v5.15/include/net/
Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/Linux-v5.15/net/bridge/
Dbr_fdb.c647 return NUD_NOARP; in fdb_to_nud()
933 if (source && !(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
979 } else if (state & NUD_NOARP) { in fdb_add_entry()
1069 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/Linux-v5.15/include/trace/events/
Dneigh.h20 { NUD_NOARP, "noarp" }, \
/Linux-v5.15/net/ipv6/
Dndisc.c344 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
349 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
352 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
357 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
/Linux-v5.15/net/decnet/
Ddn_neigh.c136 neigh->nud_state = NUD_NOARP; in dn_neigh_construct()
/Linux-v5.15/net/core/
Dneighbour.c241 (n->nud_state == NUD_NOARP) || in neigh_forced_gc()
335 n->nud_state = NUD_NOARP; in neigh_flush_dev()
1254 (old & (NUD_NOARP | NUD_PERMANENT))) in __neigh_update()
3064 if (n->nud_state & ~NUD_NOARP) in neigh_get_first()
3106 if (n->nud_state & ~NUD_NOARP) in neigh_get_next()
/Linux-v5.15/drivers/net/
Dvxlan.c1485 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_snoop()
2994 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_cleanup()
3120 if (!do_all && (f->state & (NUD_PERMANENT | NUD_NOARP))) in vxlan_flush()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c1036 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
/Linux-v5.15/drivers/s390/net/
Dqeth_l3_main.c1792 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()
/Linux-v5.15/net/dsa/
Dslave.c214 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c792 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()