Searched refs:nud_state (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c138 !(n->nud_state & NUD_PERMANENT)) {
162 if ((n->nud_state & NUD_IN_TIMER) &&
209 if (n->nud_state & NUD_VALID)
210 n->nud_state = NUD_NOARP;
212 n->nud_state = NUD_NONE;
264 n->nud_state = NUD_NONE;
664 state = n->nud_state;
710 return (n->nud_state & NUD_PROBE ?
719 n->nud_state);
735 state = neigh->nud_state;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dl2t.c289 unsigned int nud_state; local
295 nud_state = neigh->nud_state;
297 !(nud_state & NUD_VALID))
299 else if (nud_state & NUD_CONNECTED)
396 if (neigh->nud_state & NUD_FAILED) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dneighbour.h100 __u8 nud_state; member in struct:neighbour
288 return neigh->nud_state&NUD_CONNECTED;
293 return neigh->nud_state&NUD_VALID;
299 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_neigh.c160 neigh->nud_state = NUD_NOARP;
389 if (!(neigh->nud_state & NUD_PERMANENT)) {
448 if (!(neigh->nud_state & NUD_PERMANENT)) {
513 *(s->rs) = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0;
548 dn->n.nud_state,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Darp.c262 neigh->nud_state = NUD_NOARP;
307 neigh->nud_state = NUD_NOARP;
310 neigh->nud_state = NUD_NOARP;
313 neigh->nud_state = NUD_NOARP;
320 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) {
1087 if (neigh->nud_state&NUD_PERMANENT)
1089 else if (neigh->nud_state&NUD_VALID)
1158 if (neigh->nud_state
[all...]
H A Dfib_semantics.c357 state = n->nud_state;
H A Droute.c1219 !(rt->u.dst.neighbour->nud_state &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dndisc.c358 neigh->nud_state = NUD_NOARP;
363 neigh->nud_state = NUD_NOARP;
366 neigh->nud_state = NUD_NOARP;
371 neigh->nud_state = NUD_NOARP;
378 if (neigh->nud_state&NUD_VALID)
658 if (!(neigh->nud_state & NUD_VALID)) {
920 if (neigh->nud_state & NUD_FAILED)
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)
346 else if (!(neigh->nud_state & NUD_FAILED))
H A Dip6_output.c908 if (!((*dst)->neighbour->nud_state & NUD_VALID)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhostess_sv11.c188 if (n->nud_state == NUD_NONE) {
H A Dsealevel.c188 if (n->nud_state == NUD_NONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dshaper.c370 if (n->nud_state == NUD_NONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dclip.c309 neigh->output = neigh->nud_state & NUD_VALID ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_core.c239 ((rt->u.dst.neighbour->nud_state & nud_flags) == 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dstrip.c476 if (neighbor_entry->nud_state & NUD_VALID) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c8129 neigh->nud_state = NUD_NOARP;

Completed in 241 milliseconds