Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dneighbour.h57 #define NUD_NOARP 0x40 macro
/linux-4.1.27/net/ipv4/
Darp.c244 neigh->nud_state = NUD_NOARP; in arp_constructor()
264 neigh->nud_state = NUD_NOARP; in arp_constructor()
267 neigh->nud_state = NUD_NOARP; in arp_constructor()
271 neigh->nud_state = NUD_NOARP; in arp_constructor()
1038 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/linux-4.1.27/include/net/
Dneighbour.h36 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
37 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/linux-4.1.27/net/bridge/
Dbr_fdb.c593 return NUD_NOARP; in fdb_to_nud()
766 } else if (state & NUD_NOARP) { in fdb_add_entry()
823 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/linux-4.1.27/net/ipv6/
Dndisc.c324 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
329 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
332 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
337 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
/linux-4.1.27/net/decnet/
Ddn_neigh.c135 neigh->nud_state = NUD_NOARP; in dn_neigh_construct()
/linux-4.1.27/net/core/
Dneighbour.c234 n->nud_state = NUD_NOARP; in neigh_flush_dev()
1086 (old & (NUD_NOARP | NUD_PERMANENT))) in neigh_update()
2469 if (n->nud_state & ~NUD_NOARP) in neigh_get_first()
2511 if (n->nud_state & ~NUD_NOARP) in neigh_get_next()
/linux-4.1.27/net/dsa/
Dslave.c250 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_fill_info()
/linux-4.1.27/drivers/net/
Dvxlan.c1004 if (f->state & NUD_NOARP) in vxlan_snoop()
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c3236 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()