Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dsock.h1571 struct sk_buff *sock_omalloc(struct sock *sk, unsigned long size,
/Linux-v4.19/net/core/
Dsock.c1951 struct sk_buff *sock_omalloc(struct sock *sk, unsigned long size, in sock_omalloc() function
Dskbuff.c942 skb = sock_omalloc(sk, 0, GFP_KERNEL); in sock_zerocopy_alloc()