Searched refs:NUD_NOARP (Results 1 – 11 of 11) sorted by relevance
57 #define NUD_NOARP 0x40 macro
246 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()
36 #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)
623 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()
326 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()
135 neigh->nud_state = NUD_NOARP; in dn_neigh_construct()
234 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()
791 fdb->ndm_state = ent->is_static ? NUD_NOARP : NUD_REACHABLE; in bcm_sf2_sw_fdb_copy()
1860 fdb->ndm_state = is_static ? NUD_NOARP : in mv88e6xxx_port_fdb_dump()
3120 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()
963 if (f->state & NUD_NOARP) in vxlan_snoop()