Searched refs:NUD_VALID (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dneighbour.h30 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
293 return neigh->nud_state&NUD_VALID;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Daddr.c199 if (!(neigh->nud_state & NUD_VALID)) {
363 if (neigh->nud_state & NUD_VALID) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c209 if (n->nud_state & NUD_VALID)
953 if (!(new & NUD_VALID)) {
959 notify = old & NUD_VALID;
973 if ((old & NUD_VALID) &&
981 if (!(old & NUD_VALID))
995 if (old & NUD_VALID) {
1039 if (!(old & NUD_VALID)) {
1044 while (neigh->nud_state & NUD_VALID &&
1980 if ((neigh->nud_state & NUD_VALID) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Darp.c320 if (neigh->nud_state&NUD_VALID)
373 if (!(neigh->nud_state&NUD_VALID))
494 if (n->nud_state&NUD_VALID || neigh_event_send(n, skb) == 0) {
1089 else if (neigh->nud_state&NUD_VALID)
H A Dfib_semantics.c362 if ((state&NUD_VALID) && order != *dflt)
364 if ((state&NUD_VALID) ||
H A Droute.c1220 NUD_VALID)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dl2t.c297 !(nud_state & NUD_VALID))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipneigh.c33 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dndisc.c378 if (neigh->nud_state&NUD_VALID)
658 if (!(neigh->nud_state & NUD_VALID)) {
1404 if (neigh->nud_state & NUD_VALID) {
H A Droute.c297 if (!neigh || (neigh->nud_state & NUD_VALID))
300 if (!(neigh->nud_state & NUD_VALID) &&
344 if (neigh->nud_state & NUD_VALID)
H A Dip6_output.c908 if (!((*dst)->neighbour->nud_state & NUD_VALID)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dclip.c309 neigh->output = neigh->nud_state & NUD_VALID ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dstrip.c476 if (neighbor_entry->nud_state & NUD_VALID) {

Completed in 266 milliseconds