Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c249 neigh->nud_state = NUD_NOARP; in arp_constructor()
269 neigh->nud_state = NUD_NOARP; in arp_constructor()
272 neigh->nud_state = NUD_NOARP; in arp_constructor()
276 neigh->nud_state = NUD_NOARP; in arp_constructor()
1105 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1131 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/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.h61 #define NUD_NOARP 0x40 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.h61 #define NUD_NOARP 0x40 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h64 #define NUD_NOARP 0x40 macro
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c641 return NUD_NOARP; in fdb_to_nud()
872 if (source && !(state & NUD_PERMANENT) && !(state & NUD_NOARP) && in fdb_add_entry()
918 } else if (state & NUD_NOARP) { in fdb_add_entry()
1008 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/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/ipv6/
H A Dndisc.c344 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
349 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
352 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
357 neigh->nud_state = NUD_NOARP; in ndisc_constructor()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h20 { NUD_NOARP, "noarp" }, \
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_neigh.c136 neigh->nud_state = NUD_NOARP; in dn_neigh_construct()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c242 (n->nud_state == NUD_NOARP) || in neigh_forced_gc()
351 n->nud_state = NUD_NOARP; in neigh_flush_dev()
1273 (old & (NUD_NOARP | NUD_PERMANENT))) in __neigh_update()
3085 if (n->nud_state & ~NUD_NOARP) in neigh_get_first()
3127 if (n->nud_state & ~NUD_NOARP) in neigh_get_next()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c672 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c1484 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()
/OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/
H A Dethsw.c619 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c210 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l3_main.c1800 n->nud_state = NUD_NOARP; in qeth_l3_neigh_setup_noarp()