Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dsock.h1790 struct sk_buff *sock_omalloc(struct sock *sk, unsigned long size,
/linux-6.15/net/core/
H A Dsock.c2805 struct sk_buff *sock_omalloc(struct sock *sk, unsigned long size, in sock_omalloc() function
H A Dskbuff.c1676 skb = sock_omalloc(sk, 0, GFP_KERNEL); in msg_zerocopy_alloc()