Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Doutput.c
/linux/net/l2tp/
H A Dl2tp_ppp.c275 skb = sock_wmalloc(sk, NET_SKB_PAD + sizeof(struct iphdr) + in pppol2tp_sendmsg()
/linux/net/core/
H A Dsock.c2823 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc() function
2837 EXPORT_SYMBOL(sock_wmalloc);
/linux/include/net/
H A Dsock.h1848 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force,
/linux/net/unix/
H A Daf_unix.c1665 skb = sock_wmalloc(newsk, 1, 0, GFP_KERNEL); in unix_stream_connect()
/linux/net/packet/
H A Daf_packet.c2009 skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL); in packet_sendmsg_spkt()