Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dskmsg.h379 struct sk_psock *sk_psock_init(struct sock *sk, int node);
/Linux-v6.6/net/core/
Dskmsg.c700 struct sk_psock *sk_psock_init(struct sock *sk, int node) in sk_psock_init() function
753 EXPORT_SYMBOL_GPL(sk_psock_init);
Dsock_map.c275 psock = sk_psock_init(sk, map->numa_node); in sock_map_link()