Home
last modified time | relevance | path

Searched refs:inet6_steal_sock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dinet6_hashtables.h107 struct sock *inet6_steal_sock(struct net *net, struct sk_buff *skb, int doff, in inet6_steal_sock() function
157 sk = inet6_steal_sock(net, skb, doff, &ip6h->saddr, sport, &ip6h->daddr, dport, in __inet6_lookup_skb()
/openbmc/linux/net/ipv6/
H A Dudp.c987 sk = inet6_steal_sock(net, skb, sizeof(struct udphdr), saddr, uh->source, daddr, uh->dest, in __udp6_lib_rcv()