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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Daddr.c217 if (!neigh || !(neigh->nud_state & NUD_VALID)) {
277 if (!neigh || !(neigh->nud_state & NUD_VALID)) {
428 if (neigh->nud_state & NUD_VALID) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c228 if (n->nud_state & NUD_VALID)
1008 if (!(new & NUD_VALID)) {
1014 notify = old & NUD_VALID;
1033 if ((old & NUD_VALID) &&
1041 if (!(old & NUD_VALID))
1055 if (old & NUD_VALID) {
1097 if (!(old & NUD_VALID)) {
1102 while (neigh->nud_state & NUD_VALID &&
2059 if ((neigh->nud_state & NUD_VALID) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h35 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dl2t.c291 !(nud_state & NUD_VALID))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Darp.c337 if (neigh->nud_state&NUD_VALID)
392 if (!(neigh->nud_state&NUD_VALID))
512 if (n->nud_state&NUD_VALID || neigh_event_send(n, skb) == 0) {
1191 else if (neigh->nud_state&NUD_VALID)
H A Dfib_semantics.c365 if ((state&NUD_VALID) && order != dflt)
367 if ((state&NUD_VALID) ||
H A Droute.c1447 NUD_VALID)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dndisc.c407 if (neigh->nud_state&NUD_VALID)
716 if (!(neigh->nud_state & NUD_VALID)) {
1571 if (neigh->nud_state & NUD_VALID) {
H A Droute.c293 if (!neigh || (neigh->nud_state & NUD_VALID))
296 if (!(neigh->nud_state & NUD_VALID) &&
339 if (neigh->nud_state & NUD_VALID)
H A Dip6_output.c962 if ((*dst)->neighbour && !((*dst)->neighbour->nud_state & NUD_VALID)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c347 !(nud_state & NUD_VALID))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes.c223 if (neigh->nud_state & NUD_VALID) {
H A Dnes_cm.c1122 if (neigh->nud_state & NUD_VALID) {
1149 if ((neigh == NULL) || (!(neigh->nud_state & NUD_VALID)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dclip.c305 neigh->output = neigh->nud_state & NUD_VALID ?

Completed in 299 milliseconds