Home
last modified time | relevance | path

Searched refs:neigh_lookup (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/net/
Dneighbour.h196 extern struct neighbour * neigh_lookup(struct neigh_table *tbl,
300 struct neighbour *n = neigh_lookup(tbl, pkey, dev); in __neigh_lookup()
313 struct neighbour *n = neigh_lookup(tbl, pkey, dev); in __neigh_lookup_errno()
/linux-2.4.37.9/net/ipv4/
Darp.c1078 neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_req_get()
1126 neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_req_delete()
Dfib_hash.c347 n = neigh_lookup(&arp_tbl, &fi->fib_nh[0].nh_gw, fi->fib_dev); in fib_detect_death()
/linux-2.4.37.9/net/
Dnetsyms.c181 EXPORT_SYMBOL(neigh_lookup);
/linux-2.4.37.9/net/ipv6/
Dndisc.c350 neigh = neigh_lookup(&nd_tbl, daddr, dev); in ndisc_build_ll_hdr()
865 neigh = neigh_lookup(&nd_tbl, &msg->target, dev); in ndisc_recv_na()
/linux-2.4.37.9/net/core/
Dneighbour.c358 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() function
1378 n = neigh_lookup(tbl, RTA_DATA(nda[NDA_DST-1]), dev); in neigh_delete()
1435 n = neigh_lookup(tbl, RTA_DATA(nda[NDA_DST-1]), dev); in neigh_add()
/linux-2.4.37.9/net/decnet/
Ddn_route.c903 if ((neigh = neigh_lookup(&dn_neigh_table, &cb->src, dev)) != NULL) in dn_route_input_slow()
/linux-2.4.37.9/drivers/net/
Dstrip.c509 neighbor_entry = neigh_lookup(&arp_tbl, &paddr, dev); in arp_query()