Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dskmsg.h387 struct sk_psock *sk_psock_init(struct sock *sk, int node);
/Linux-v5.15/net/core/
Dskmsg.c672 struct sk_psock *sk_psock_init(struct sock *sk, int node) in sk_psock_init() function
717 EXPORT_SYMBOL_GPL(sk_psock_init);
Dsock_map.c276 psock = sk_psock_init(sk, map->numa_node); in sock_map_link()