Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dneighbour.h71 #define NUD_PERMANENT 0x80 macro
/linux/include/trace/events/
H A Dneigh.h21 { NUD_PERMANENT, "permanent"})
/linux/net/mctp/
H A Dneigh.c225 hdr->ndm_state |= NUD_PERMANENT; in mctp_fill_neigh()
/linux/net/core/
H A Dneighbour.c159 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list()
381 if (skip_perm && n->nud_state & NUD_PERMANENT) in neigh_flush_dev()
941 if ((state & (NUD_PERMANENT | NUD_IN_TIMER)) || in neigh_periodic_work()
1272 (old & (NUD_NOARP | NUD_PERMANENT))) in __neigh_update()
1277 new = old & ~NUD_PERMANENT; in __neigh_update()
1426 if (((new ^ old) & NUD_PERMANENT) || gc_update) in __neigh_update()
2012 bool ndm_permanent = ndm->ndm_state & NUD_PERMANENT; in neigh_add()
H A Drtnetlink.c4501 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_add()
4648 if (!(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_del()
4793 NLM_F_MULTI, NUD_PERMANENT); in nlmsg_populate_fdb()
/linux/net/ipv4/
H A Darp.c1140 state = NUD_PERMANENT; in arp_req_set()
1154 if (neigh->nud_state&NUD_PERMANENT) in arp_state_to_flags()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1255 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1471 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_snoop()
2849 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_cleanup()
3110 #define VXLAN_FDB_FLUSH_ALLOWED_NDM_STATES (NUD_PERMANENT | NUD_NOARP)
3186 .state_mask = NUD_PERMANENT | NUD_NOARP, in vxlan_stop()
3974 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4449 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
H A Dvxlan_vnifilter.c494 NUD_REACHABLE | NUD_PERMANENT, in vxlan_update_default_fdb_entry()
/linux/net/atm/
H A Dclip.c483 error = neigh_update(neigh, llc_oui, NUD_PERMANENT, in clip_setentry()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c6204 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ice_fdb_add()
6241 if (ndm->ndm_state & NUD_PERMANENT) { in ice_fdb_del()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13080 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in i40e_ndo_fdb_add()