Home
last modified time | relevance | path

Searched refs:NUD_REACHABLE (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h38 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
39 #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/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.h54 #define NUD_REACHABLE 0x02 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.h54 #define NUD_REACHABLE 0x02 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h57 #define NUD_REACHABLE 0x02 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h15 { NUD_REACHABLE, "reachable" }, \
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c645 return NUD_REACHABLE; in fdb_to_nud()
1008 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_router_ipv4_user.c483 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c1280 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1508 NUD_REACHABLE, in vxlan_snoop()
3878 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4278 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
4598 NUD_REACHABLE, in vxlan_fdb_external_learn_add()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c511 int state = NUD_REACHABLE; in ipv6_good_nh()
527 int state = NUD_REACHABLE; in ipv4_good_nh()
H A Dfib_semantics.c569 if (state == NUD_REACHABLE) in fib_detect_death()
2202 int state = NUD_REACHABLE; in fib_good_nh()
H A Darp.c892 int state = NUD_REACHABLE; in arp_process()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1053 if (state & NUD_REACHABLE) { in neigh_timer_handler()
1078 neigh->nud_state = NUD_REACHABLE; in neigh_timer_handler()
1364 ((new & NUD_REACHABLE) ? in __neigh_update()
/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/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/ipv6/
H A Dndisc.c1049 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE, in ndisc_recv_na()
/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()