Home
last modified time | relevance | path

Searched refs:__neigh_lookup (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_neigh.c393 neigh = __neigh_lookup(&dn_neigh_table, &src, skb->dev, 1); in dn_neigh_router_hello()
453 neigh = __neigh_lookup(&dn_neigh_table, &src, skb->dev, 1); in dn_neigh_endnode_hello()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c867 n = __neigh_lookup(&arp_tbl, &sip, dev, 0); in arp_process()
888 n = __neigh_lookup(&arp_tbl, &sip, dev, 1); in arp_process()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c933 neigh = __neigh_lookup(&nd_tbl, saddr, dev, in ndisc_recv_ns()
1111 neigh = __neigh_lookup(&nd_tbl, saddr, skb->dev, 1); in ndisc_recv_rs()
1403 neigh = __neigh_lookup(&nd_tbl, &ipv6_hdr(skb)->saddr, in ndisc_router_discovery()
H A Droute.c4075 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1); in rt6_do_redirect()
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h528 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() function
/OK3568_Linux_fs/kernel/net/atm/
H A Dclip.c469 neigh = __neigh_lookup(&arp_tbl, &ip, rt->dst.dev, 1); in clip_setentry()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1468 struct neighbour *neigh = __neigh_lookup(tbl, saddr, dev, in neigh_event_ns()