Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dneighbour.h60 #define NUD_NOARP 0x40 macro
/Linux-v4.19/net/ipv4/
Darp.c251 neigh->nud_state = NUD_NOARP; in arp_constructor()
271 neigh->nud_state = NUD_NOARP; in arp_constructor()
274 neigh->nud_state = NUD_NOARP; in arp_constructor()
278 neigh->nud_state = NUD_NOARP; in arp_constructor()
1103 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1124 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/Linux-v4.19/net/bridge/
Dbr_fdb.c626 return NUD_NOARP; in fdb_to_nud()
781 if (source && !(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
819 } else if (state & NUD_NOARP) { in fdb_add_entry()
888 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/Linux-v4.19/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-v4.19/net/ipv6/
Dndisc.c341 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
346 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
349 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
354 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
/Linux-v4.19/net/decnet/
Ddn_neigh.c136 neigh->nud_state = NUD_NOARP; in dn_neigh_construct()
/Linux-v4.19/net/core/
Dneighbour.c274 n->nud_state = NUD_NOARP; in neigh_flush_dev()
1137 (old & (NUD_NOARP | NUD_PERMANENT))) in neigh_update()
2592 if (n->nud_state & ~NUD_NOARP) in neigh_get_first()
2634 if (n->nud_state & ~NUD_NOARP) in neigh_get_next()
/Linux-v4.19/drivers/net/
Dvxlan.c1028 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_snoop()
2384 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_cleanup()
2497 if (!do_all && (f->state & (NUD_PERMANENT | NUD_NOARP))) in vxlan_flush()
/Linux-v4.19/net/dsa/
Dslave.c217 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c2464 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()