Searched refs:pneigh_lookup (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | neighbour.h | 222 extern struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, const void *key, struct net_devi…
|
/linux-2.4.37.9/net/ipv4/ |
D | arp.c | 877 (arp_fwd_proxy(in_dev, rt) || pneigh_lookup(&arp_tbl, &tip, dev, 0)))) { in arp_process() 998 if (pneigh_lookup(&arp_tbl, &ip, dev, 1) == NULL) in arp_req_set()
|
/linux-2.4.37.9/net/ |
D | netsyms.c | 195 EXPORT_SYMBOL(pneigh_lookup);
|
/linux-2.4.37.9/net/core/ |
D | neighbour.c | 456 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, const void *pkey, in pneigh_lookup() function 1424 if (pneigh_lookup(tbl, RTA_DATA(nda[NDA_DST-1]), dev, 1)) in neigh_add()
|
/linux-2.4.37.9/net/ipv6/ |
D | ndisc.c | 770 pneigh_lookup(&nd_tbl, &msg->target, dev, 0)) { in ndisc_recv_ns()
|