Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dneighbour.h58 #define NUD_PERMANENT 0x80 macro
/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.c621 return NUD_PERMANENT; in fdb_to_nud()
770 if (!(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
796 if (state & NUD_PERMANENT) { in fdb_add_entry()
861 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/linux-4.4.14/net/decnet/
Ddn_neigh.c402 if (!(neigh->nud_state & NUD_PERMANENT)) { in dn_neigh_router_hello()
461 if (!(neigh->nud_state & NUD_PERMANENT)) { in dn_neigh_endnode_hello()
/linux-4.4.14/net/ipv4/
Darp.c1019 state = NUD_PERMANENT; in arp_req_set()
1031 if (neigh->nud_state&NUD_PERMANENT) in arp_state_to_flags()
/linux-4.4.14/net/atm/
Dclip.c483 error = neigh_update(neigh, llc_oui, NUD_PERMANENT, in clip_setentry()
/linux-4.4.14/net/core/
Drtnetlink.c2585 ndm->ndm_state = NUD_PERMANENT; in nlmsg_populate_fdb_fill()
2643 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_add()
2773 if (!(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_del()
Dneighbour.c143 !(n->nud_state & NUD_PERMANENT)) { in neigh_forced_gc()
779 if (state & (NUD_PERMANENT | NUD_IN_TIMER)) { in neigh_periodic_work()
1091 (old & (NUD_NOARP | NUD_PERMANENT))) in neigh_update()
/linux-4.4.14/drivers/net/
Dvxlan.c836 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
2239 if (f->state & NUD_PERMANENT) in vxlan_cleanup()
2860 NUD_REACHABLE|NUD_PERMANENT, in vxlan_dev_configure()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c8418 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in i40e_ndo_fdb_add()