Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dskmsg.h391 int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock);
395 static inline int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp() function
/openbmc/linux/net/core/
H A Dskmsg.c1135 int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp() function
H A Dsock_map.c304 ret = sk_psock_init_strp(sk, psock); in sock_map_link()