Home
last modified time | relevance | path

Searched refs:sock_wmalloc (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/dccp/
Doutput.c401 struct sk_buff *skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, in dccp_make_response()
515 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset()
/linux-4.1.27/net/l2tp/
Dl2tp_ip.c429 skb = sock_wmalloc(sk, 2 + NET_SKB_PAD + sizeof(struct iphdr) + in l2tp_ip_sendmsg()
Dl2tp_ppp.c328 skb = sock_wmalloc(sk, NET_SKB_PAD + sizeof(struct iphdr) + in pppol2tp_sendmsg()
/linux-4.1.27/net/ipv4/
Dip_output.c968 skb = sock_wmalloc(sk, in __ip_append_data()
1240 skb = sock_wmalloc(sk, alloclen, 1, sk->sk_allocation); in ip_append_page()
Dtcp_output.c2961 skb = sock_wmalloc(sk, MAX_TCP_HEADER, 1, GFP_ATOMIC); in tcp_make_synack()
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c882 skb = sock_wmalloc(sk, total_len + dev->hard_header_len + 32, in pppoe_sendmsg()
/linux-4.1.27/net/core/
Dsock.c1709 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc() function
1721 EXPORT_SYMBOL(sock_wmalloc);
/linux-4.1.27/include/net/
Dsock.h1533 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force,
/linux-4.1.27/net/ipv6/
Dip6_output.c1419 skb = sock_wmalloc(sk, in __ip6_append_data()
/linux-4.1.27/net/unix/
Daf_unix.c1213 skb = sock_wmalloc(newsk, 1, 0, GFP_KERNEL); in unix_stream_connect()
/linux-4.1.27/net/packet/
Daf_packet.c1679 skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL); in packet_sendmsg_spkt()