Home
last modified time | relevance | path

Searched refs:sk_stream_alloc_skb (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dtcp_output.c1566 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()
2396 nskb = sk_stream_alloc_skb(sk, probe_size, GFP_ATOMIC, false); in tcp_mtu_probe()
3795 syn_data = sk_stream_alloc_skb(sk, space, sk->sk_allocation, false); in tcp_send_syn_data()
3876 buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, true); in tcp_connect()
Dtcp.c865 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp, in sk_stream_alloc_skb() function
983 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, in tcp_build_frag()
1313 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, in tcp_sendmsg_locked()