Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dneighbour.h57 #define NUD_NOARP 0x40 macro
/linux-4.4.14/net/ipv4/
Darp.c246 neigh->nud_state = NUD_NOARP; in arp_constructor()
266 neigh->nud_state = NUD_NOARP; in arp_constructor()
269 neigh->nud_state = NUD_NOARP; in arp_constructor()
273 neigh->nud_state = NUD_NOARP; in arp_constructor()
1051 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1071 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/linux-4.4.14/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.4.14/net/bridge/
Dbr_fdb.c623 return NUD_NOARP; in fdb_to_nud()
770 if (!(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
802 } else if (state & NUD_NOARP) { in fdb_add_entry()
861 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/linux-4.4.14/net/ipv6/
Dndisc.c326 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
331 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
334 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
339 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
/linux-4.4.14/net/decnet/
Ddn_neigh.c135 neigh->nud_state = NUD_NOARP; in dn_neigh_construct()
/linux-4.4.14/net/core/
Dneighbour.c234 n->nud_state = NUD_NOARP; in neigh_flush_dev()
1091 (old & (NUD_NOARP | NUD_PERMANENT))) in neigh_update()
2520 if (n->nud_state & ~NUD_NOARP) in neigh_get_first()
2562 if (n->nud_state & ~NUD_NOARP) in neigh_get_next()
/linux-4.4.14/drivers/net/dsa/
Dbcm_sf2.c791 fdb->ndm_state = ent->is_static ? NUD_NOARP : NUD_REACHABLE; in bcm_sf2_sw_fdb_copy()
Dmv88e6xxx.c1860 fdb->ndm_state = is_static ? NUD_NOARP : in mv88e6xxx_port_fdb_dump()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c3120 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()
/linux-4.4.14/drivers/net/
Dvxlan.c963 if (f->state & NUD_NOARP) in vxlan_snoop()