Home
last modified time | relevance | path

Searched refs:pneigh_lookup (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/net/
Dneighbour.h222 extern struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, const void *key, struct net_devi…
/linux-2.4.37.9/net/ipv4/
Darp.c877 (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/
Dnetsyms.c195 EXPORT_SYMBOL(pneigh_lookup);
/linux-2.4.37.9/net/core/
Dneighbour.c456 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/
Dndisc.c770 pneigh_lookup(&nd_tbl, &msg->target, dev, 0)) { in ndisc_recv_ns()