Searched refs:sk_stream_alloc_skb (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/ipv4/ |
D | tcp_output.c | 1568 buff = sk_stream_alloc_skb(sk, nsize, gfp, true); in tcp_fragment() 2123 buff = sk_stream_alloc_skb(sk, 0, gfp, true); in tso_fragment() 2389 nskb = sk_stream_alloc_skb(sk, probe_size, GFP_ATOMIC, false); in tcp_mtu_probe() 3758 syn_data = sk_stream_alloc_skb(sk, space, sk->sk_allocation, false); in tcp_send_syn_data() 3839 buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, true); in tcp_connect()
|
D | tcp.c | 865 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp, in sk_stream_alloc_skb() function 1012 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, in do_tcp_sendpages() 1295 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, in tcp_sendmsg_locked()
|
/Linux-v5.10/include/net/ |
D | sock.h | 2288 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp,
|