Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dskmsg.h387 struct sk_psock *sk_psock_init(struct sock *sk, int node);
/openbmc/linux/net/core/
H A Dskmsg.c706 struct sk_psock *sk_psock_init(struct sock *sk, int node) in sk_psock_init() function
759 EXPORT_SYMBOL_GPL(sk_psock_init);
H A Dsock_map.c276 psock = sk_psock_init(sk, map->numa_node); in sock_map_link()