Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dneighbour.h50 #define NUD_REACHABLE 0x02 macro
/linux-4.1.27/include/net/
Dneighbour.h35 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
36 #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.1.27/net/bridge/
Dbr_fdb.c597 return NUD_REACHABLE; in fdb_to_nud()
823 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/linux-4.1.27/net/dsa/
Dslave.c250 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_fill_info()
/linux-4.1.27/drivers/net/
Dvxlan.c877 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1022 NUD_REACHABLE, in vxlan_snoop()
2733 NUD_REACHABLE|NUD_PERMANENT, in vxlan_newlink()
/linux-4.1.27/net/core/
Dneighbour.c881 if (state & NUD_REACHABLE) { in neigh_timer_handler()
906 neigh->nud_state = NUD_REACHABLE; in neigh_timer_handler()
1160 ((new & NUD_REACHABLE) ? in neigh_update()
/linux-4.1.27/net/ipv4/
Darp.c819 int state = NUD_REACHABLE; in arp_process()
Dfib_semantics.c425 if (state == NUD_REACHABLE) in fib_detect_death()
/linux-4.1.27/net/ipv6/
Dndisc.c948 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE, in ndisc_recv_na()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c4089 ndm->ndm_state = NUD_REACHABLE; in rocker_fdb_fill_info()