sk_stream_alloc_skb 2243 include/net/sock.h struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp,
sk_stream_alloc_skb 1008 net/ipv4/tcp.c 			skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation,
sk_stream_alloc_skb 1292 net/ipv4/tcp.c 			skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation,
sk_stream_alloc_skb 1339 net/ipv4/tcp_output.c 	buff = sk_stream_alloc_skb(sk, nsize, gfp, true);
sk_stream_alloc_skb 1894 net/ipv4/tcp_output.c 	buff = sk_stream_alloc_skb(sk, 0, gfp, true);
sk_stream_alloc_skb 2160 net/ipv4/tcp_output.c 	nskb = sk_stream_alloc_skb(sk, probe_size, GFP_ATOMIC, false);
sk_stream_alloc_skb 3509 net/ipv4/tcp_output.c 	syn_data = sk_stream_alloc_skb(sk, space, sk->sk_allocation, false);
sk_stream_alloc_skb 3590 net/ipv4/tcp_output.c 	buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, true);