Home
last modified time | relevance | path

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

/net/dccp/
Doutput.c413 skb = sock_wmalloc((struct sock *)sk, MAX_DCCP_HEADER, 1, in dccp_make_response()
526 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset()
/net/l2tp/
Dl2tp_ip.c439 skb = sock_wmalloc(sk, 2 + NET_SKB_PAD + sizeof(struct iphdr) + in l2tp_ip_sendmsg()
Dl2tp_ppp.c291 skb = sock_wmalloc(sk, NET_SKB_PAD + sizeof(struct iphdr) + in pppol2tp_sendmsg()
/net/core/
Dsock.c2596 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc() function
2610 EXPORT_SYMBOL(sock_wmalloc);
/net/ipv4/
Dip_output.c1412 skb = sock_wmalloc(sk, alloclen, 1, sk->sk_allocation); in ip_append_page()
/net/unix/
Daf_unix.c1493 skb = sock_wmalloc(newsk, 1, 0, GFP_KERNEL); in unix_stream_connect()
/net/packet/
Daf_packet.c2017 skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL); in packet_sendmsg_spkt()