Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dinet_hashtables.h453 struct sock *inet_steal_sock(struct net *net, struct sk_buff *skb, int doff, in inet_steal_sock() function
504 sk = inet_steal_sock(net, skb, doff, iph->saddr, sport, iph->daddr, dport, in __inet_lookup_skb()
/Linux-v6.6/net/ipv4/
Dudp.c2396 sk = inet_steal_sock(net, skb, sizeof(struct udphdr), saddr, uh->source, daddr, uh->dest, in __udp4_lib_rcv()