Searched refs:neighbour (Results 51 - 75 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dx25.h150 struct x25_neigh *neighbour; member in struct:x25_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_output.c139 else if (dst->neighbour)
140 return dst->neighbour->output(skb);
469 if (skb->dev == dst->dev && dst->neighbour && opt->srcrt == 0 &&
473 struct neighbour *n = dst->neighbour;
956 * has a neighbour entry that is in the INCOMPLETE
962 if ((*dst)->neighbour && !((*dst)->neighbour->nud_state & NUD_VALID)) {
H A Droute.c284 struct neighbour *neigh = rt ? rt->rt6i_nexthop : NULL;
332 struct neighbour *neigh = rt->rt6i_nexthop;
627 struct neighbour *neigh;
955 struct neighbour *neigh,
1475 struct neighbour *neigh, u8 *lladdr, int on_link)
1509 if (neigh == rt->dst.neighbour)
1935 struct neighbour *neigh;
2275 if (rt->dst.neighbour)
2276 NLA_PUT(skb, RTA_GATEWAY, 16, &rt->dst.neighbour->primary_key);
H A Dsit.c648 struct neighbour *neigh = NULL;
651 neigh = skb_dst(skb)->neighbour;
673 struct neighbour *neigh = NULL;
676 neigh = skb_dst(skb)->neighbour;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dplip.c114 #include <net/neighbour.h>
154 static int plip_hard_header_cache(const struct neighbour *neigh,
1025 static int plip_hard_header_cache(const struct neighbour *neigh,
H A Dmyri_sbus.c786 static int myri_header_cache(const struct neighbour *neigh, struct hh_cache *hh)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Drose_subr.c199 rose_transmit_link(skb, rose->neighbour);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes.c59 #include <net/neighbour.h>
207 struct neighbour *neigh = ptr;
H A Dnes_cm.c58 #include <net/neighbour.h>
1108 struct neighbour *neigh;
1150 neigh_event_send(rt->dst.neighbour, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_netfilter.c264 * don't, we use the neighbour framework to find out. In both cases, we make
280 } else if (dst->neighbour) {
281 /* the neighbour function below overwrites the complete
287 return dst->neighbour->output(skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c41 #include <net/neighbour.h>
1370 l2t = t3_l2t_get(tdev, dst->neighbour, dst->neighbour->dev);
1940 ep->l2t = t3_l2t_get(ep->com.tdev, ep->dst->neighbour,
1941 ep->dst->neighbour->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_main.c2746 if (skb_dst(skb) && skb_dst(skb)->neighbour) {
2747 cast_type = skb_dst(skb)->neighbour->type;
2811 if ((skb_dst(skb)) && (skb_dst(skb)->neighbour)) {
2813 *((u32 *) skb_dst(skb)->neighbour->primary_key);
2824 if ((skb_dst(skb)) && (skb_dst(skb)->neighbour)) {
2826 skb_dst(skb)->neighbour->primary_key, 16);
3203 static int qeth_l3_neigh_setup_noarp(struct neighbour *n)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_nsp_in.c73 #include <net/neighbour.h>
H A Ddn_nsp_out.c65 #include <net/neighbour.h>
H A Ddn_fib.c35 #include <net/neighbour.h>
H A Ddn_table.c31 #include <net/neighbour.h>
H A Ddn_dev.c14 * Steve Whitehouse : Fixed bug in creating neighbours. Each neighbour
47 #include <net/neighbour.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drtnetlink.h8 #include <linux/neighbour.h>
18 * Routing/neighbour discovery messages.
H A Dnetdevice.h224 struct neighbour;
315 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_output.c215 else if (dst->neighbour)
216 return dst->neighbour->output(skb);
219 printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n");
H A Dip_gre.c706 struct neighbour *neigh = skb_dst(skb)->neighbour;
H A Dfib_semantics.c355 struct neighbour *n;
H A Droute.c1220 it is most likely it holds some neighbour records.
1428 rt->dst.neighbour = NULL;
1446 !(rt->dst.neighbour->nud_state &
1448 if (rt->dst.neighbour)
1449 neigh_event_send(rt->dst.neighbour, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c249 (rt->dst.neighbour == NULL) ||
250 ((rt->dst.neighbour->nud_state & nud_flags) == 0))
274 memcpy(ipc_entry.dhost.octet, rt->dst.neighbour->ha, ETH_ALEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.c167 static int ether1394_header_cache(const struct neighbour *neigh,
758 static int ether1394_header_cache(const struct neighbour *neigh,

Completed in 227 milliseconds

1234