Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dip_output.c1673 skb_set_owner_edemux(nskb, (struct sock *)orig_sk); in ip_send_unicast_reply()
H A Dtcp_output.c3957 skb_set_owner_edemux(skb, req_to_sk(req)); in tcp_make_synack()
/linux/include/net/
H A Dsock.h1864 static inline void skb_set_owner_edemux(struct sk_buff *skb, struct sock *sk) in skb_set_owner_edemux() function
/linux/net/ipv6/
H A Dtcp_ipv6.c948 skb_set_owner_edemux(buff, (struct sock *)sk); in tcp_v6_send_response()