Home
last modified time | relevance | path

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

/net/dccp/
Doutput.c404 skb = sock_wmalloc((struct sock *)sk, MAX_DCCP_HEADER, 1, in dccp_make_response()
517 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset()
/net/l2tp/
Dl2tp_ip.c437 skb = sock_wmalloc(sk, 2 + NET_SKB_PAD + sizeof(struct iphdr) + in l2tp_ip_sendmsg()
Dl2tp_ppp.c292 skb = sock_wmalloc(sk, NET_SKB_PAD + sizeof(struct iphdr) + in pppol2tp_sendmsg()
/net/core/
Dsock.c2227 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc() function
2241 EXPORT_SYMBOL(sock_wmalloc);
/net/ipv4/
Dip_output.c1404 skb = sock_wmalloc(sk, alloclen, 1, sk->sk_allocation); in ip_append_page()
/net/unix/
Daf_unix.c1287 skb = sock_wmalloc(newsk, 1, 0, GFP_KERNEL); in unix_stream_connect()
/net/packet/
Daf_packet.c1978 skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL); in packet_sendmsg_spkt()