Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskmsg.h396 struct sk_psock *sk_psock_init(struct sock *sk, int node);
/linux/net/core/
H A Dskmsg.c707 struct sk_psock *sk_psock_init(struct sock *sk, int node) in sk_psock_init() function
760 EXPORT_SYMBOL_GPL(sk_psock_init);
H A Dsock_map.c279 psock = sk_psock_init(sk, map->numa_node); in sock_map_link()