Home
last modified time | relevance | path

Searched refs:sk_stream_alloc_skb (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c1567 buff = sk_stream_alloc_skb(sk, nsize, gfp, true); in tcp_fragment()
2129 buff = sk_stream_alloc_skb(sk, 0, gfp, true); in tso_fragment()
2395 nskb = sk_stream_alloc_skb(sk, probe_size, GFP_ATOMIC, false); in tcp_mtu_probe()
3801 syn_data = sk_stream_alloc_skb(sk, space, sk->sk_allocation, false); in tcp_send_syn_data()
3882 buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, true); in tcp_connect()
H A Dtcp.c882 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp, in sk_stream_alloc_skb() function
1029 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, in do_tcp_sendpages()
1313 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, in tcp_sendmsg_locked()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c632 buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, true); in __tcp_nip_connect()
H A Dtcp_nip.c1518 skb = sk_stream_alloc_skb(sk, mss_now, sk->sk_allocation, first_skb); in tcp_nip_sendmsg()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h2406 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp,

Completed in 20 milliseconds