Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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()
/openbmc/linux/net/ipv4/
H A Dudp.c2423 sk = inet_steal_sock(net, skb, sizeof(struct udphdr), saddr, uh->source, daddr, uh->dest, in __udp4_lib_rcv()