Searched refs:neigh_lookup (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | neighbour.h | 196 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/ |
D | arp.c | 1078 neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_req_get() 1126 neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_req_delete()
|
D | fib_hash.c | 347 n = neigh_lookup(&arp_tbl, &fi->fib_nh[0].nh_gw, fi->fib_dev); in fib_detect_death()
|
/linux-2.4.37.9/net/ |
D | netsyms.c | 181 EXPORT_SYMBOL(neigh_lookup);
|
/linux-2.4.37.9/net/ipv6/ |
D | ndisc.c | 350 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/ |
D | neighbour.c | 358 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/ |
D | dn_route.c | 903 if ((neigh = neigh_lookup(&dn_neigh_table, &cb->src, dev)) != NULL) in dn_route_input_slow()
|
/linux-2.4.37.9/drivers/net/ |
D | strip.c | 509 neighbor_entry = neigh_lookup(&arp_tbl, &paddr, dev); in arp_query()
|