Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_output.c1166 buff = sk_stream_alloc_skb(sk, nsize, gfp); in tcp_fragment()
1725 buff = sk_stream_alloc_skb(sk, 0, gfp); in tso_fragment()
1944 nskb = sk_stream_alloc_skb(sk, probe_size, GFP_ATOMIC); in tcp_mtu_probe()
3179 syn_data = sk_stream_alloc_skb(sk, space, sk->sk_allocation); in tcp_send_syn_data()
3246 buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation); in tcp_connect()
Dtcp.c813 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp) in sk_stream_alloc_skb() function
912 skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation); in do_tcp_sendpages()
1146 skb = sk_stream_alloc_skb(sk, in tcp_sendmsg()
/linux-4.1.27/include/net/
Dsock.h2038 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp);