Home
last modified time | relevance | path

Searched refs:skb_set_owner_sk_safe (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/
Dsock.h2422 static inline __must_check bool skb_set_owner_sk_safe(struct sk_buff *skb, struct sock *sk) in skb_set_owner_sk_safe() function
/linux-6.1.9/net/ipv4/
Dudp.c1827 WARN_ON_ONCE(!skb_set_owner_sk_safe(skb, sk)); in udp_read_skb()
Dtcp.c1770 WARN_ON_ONCE(!skb_set_owner_sk_safe(skb, sk)); in tcp_read_skb()
/linux-6.1.9/net/core/
Dsock.c2496 if (can_skb_orphan_partial(skb) && skb_set_owner_sk_safe(skb, skb->sk)) in skb_orphan_partial()