Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c639 return NUD_PERMANENT; in fdb_to_nud()
872 if (source && !(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
877 if (!source && !(state & NUD_PERMANENT)) { in fdb_add_entry()
883 if (is_sticky && (state & NUD_PERMANENT)) in fdb_add_entry()
914 if (state & NUD_PERMANENT) { in fdb_add_entry()
973 if (!p && !(ndm->ndm_state & NUD_PERMANENT)) { in __br_fdb_add()
1008 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dneighbour.h62 #define NUD_PERMANENT 0x80 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dneighbour.h62 #define NUD_PERMANENT 0x80 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h65 #define NUD_PERMANENT 0x80 macro
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h39 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
40 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_neigh.c403 if (!(neigh->nud_state & NUD_PERMANENT)) { in dn_neigh_router_hello()
462 if (!(neigh->nud_state & NUD_PERMANENT)) { in dn_neigh_endnode_hello()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h21 { NUD_PERMANENT, "permanent"})
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c141 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list()
327 if (skip_perm && n->nud_state & NUD_PERMANENT) { in neigh_flush_dev()
945 if ((state & (NUD_PERMANENT | NUD_IN_TIMER)) || in neigh_periodic_work()
1273 (old & (NUD_NOARP | NUD_PERMANENT))) in __neigh_update()
1278 new = old & ~NUD_PERMANENT; in __neigh_update()
1428 if (((new ^ old) & NUD_PERMANENT) || ext_learn_change) in __neigh_update()
1971 exempt_from_gc = ndm->ndm_state & NUD_PERMANENT || in neigh_add()
H A Drtnetlink.c3946 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_add()
4085 if (!(ndm->ndm_state & NUD_PERMANENT)) { in ndo_dflt_fdb_del()
4201 NLM_F_MULTI, NUD_PERMANENT); in nlmsg_populate_fdb()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c1073 state = NUD_PERMANENT; in arp_req_set()
1085 if (neigh->nud_state&NUD_PERMANENT) in arp_state_to_flags()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c1280 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1484 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_snoop()
2993 if (f->state & (NUD_PERMANENT | NUD_NOARP)) in vxlan_cleanup()
3119 if (!do_all && (f->state & (NUD_PERMANENT | NUD_NOARP))) in vxlan_flush()
3878 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4278 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
/OK3568_Linux_fs/kernel/net/atm/
H A Dclip.c483 error = neigh_update(neigh, llc_oui, NUD_PERMANENT, in clip_setentry()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c5060 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in ice_fdb_add()
5094 if (ndm->ndm_state & NUD_PERMANENT) { in ice_fdb_del()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c12465 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { in i40e_ndo_fdb_add()