Searched refs:__neigh_lookup (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 516 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 867 n = __neigh_lookup(&arp_tbl, &sip, dev, 0); in arp_process() 888 n = __neigh_lookup(&arp_tbl, &sip, dev, 1); in arp_process()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 888 n = __neigh_lookup(&arp_tbl, &sip, dev, 0); in arp_process() 909 n = __neigh_lookup(&arp_tbl, &sip, dev, 1); in arp_process()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 934 neigh = __neigh_lookup(&nd_tbl, saddr, dev, in ndisc_recv_ns() 1112 neigh = __neigh_lookup(&nd_tbl, saddr, skb->dev, 1); in ndisc_recv_rs() 1410 neigh = __neigh_lookup(&nd_tbl, &ipv6_hdr(skb)->saddr, in ndisc_router_discovery()
|
H A D | route.c | 4096 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1); in rt6_do_redirect()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 949 neigh = __neigh_lookup(&nd_tbl, saddr, dev, in ndisc_recv_ns() 1172 neigh = __neigh_lookup(&nd_tbl, saddr, skb->dev, 1); in ndisc_recv_rs() 1469 neigh = __neigh_lookup(&nd_tbl, &ipv6_hdr(skb)->saddr, in ndisc_router_discovery()
|
H A D | route.c | 4180 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1); in rt6_do_redirect()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 562 neigh = __neigh_lookup(&nnd_tbl, &nipcb(skb)->srcaddr, dev, lladdr || !dev->addr_len); in nndisc_rcv_ns()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 546 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() function
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 469 neigh = __neigh_lookup(&arp_tbl, &ip, rt->dst.dev, 1); in clip_setentry()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 469 neigh = __neigh_lookup(&arp_tbl, &ip, rt->dst.dev, 1); in clip_setentry()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 1460 struct neighbour *neigh = __neigh_lookup(tbl, saddr, dev, in neigh_event_ns()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 1514 struct neighbour *neigh = __neigh_lookup(tbl, saddr, dev, in neigh_event_ns()
|
Completed in 50 milliseconds