Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_hashtables.h448 struct sock *inet_steal_sock(struct net *net, struct sk_buff *skb, int doff, in inet_steal_sock() function
499 sk = inet_steal_sock(net, skb, doff, iph->saddr, sport, iph->daddr, dport, in __inet_lookup_skb()
/linux/net/ipv4/
H A Dudp.c2670 sk = inet_steal_sock(net, skb, sizeof(struct udphdr), saddr, uh->source, daddr, uh->dest, in __udp4_lib_rcv()