Home
last modified time | relevance | path

Searched refs:NUD_PROBE (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
455 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
/linux/include/uapi/linux/
A Dneighbour.h63 #define NUD_PROBE 0x10 macro
/linux/include/trace/events/
A Dneigh.h18 { NUD_PROBE, "probe" }, \
/linux/net/core/
A Dneighbour.c1002 (n->nud_state & NUD_PROBE ? NEIGH_VAR(p, MCAST_REPROBES) : in neigh_max_probes()
1095 neigh->nud_state = NUD_PROBE; in neigh_timer_handler()
1107 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
1121 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1144 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1298 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1367 if (new & NUD_PROBE) in __neigh_update()

Completed in 13 milliseconds