Searched refs:__neigh_lookup (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | arp.c | 892 n = __neigh_lookup(&arp_tbl, &sip, dev, 0); in arp_process() 913 n = __neigh_lookup(&arp_tbl, &sip, dev, 1); in arp_process()
|
| /linux/net/ipv6/ |
| H A D | ndisc.c | 947 neigh = __neigh_lookup(&nd_tbl, saddr, dev, in ndisc_recv_ns() 1170 neigh = __neigh_lookup(&nd_tbl, saddr, skb->dev, 1); in ndisc_recv_rs() 1470 neigh = __neigh_lookup(&nd_tbl, &ipv6_hdr(skb)->saddr, in ndisc_router_discovery()
|
| H A D | route.c | 4299 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1); in rt6_do_redirect()
|
| /linux/include/net/ |
| H A D | neighbour.h | 564 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() function
|
| /linux/net/core/ |
| H A D | neighbour.c | 1570 struct neighbour *neigh = __neigh_lookup(tbl, saddr, dev, in neigh_event_ns()
|