Home
last modified time | relevance | path

Searched defs:osk (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/unix/
Daf_unix.c174 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer()
179 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send()
/linux-4.1.27/net/netrom/
Daf_netrom.c471 static struct sock *nr_make_new(struct sock *osk) in nr_make_new()
/linux-4.1.27/net/ax25/
Daf_ax25.c882 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new()
/linux-4.1.27/net/x25/
Daf_x25.c597 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
/linux-4.1.27/net/rose/
Daf_rose.c554 static struct sock *rose_make_new(struct sock *osk) in rose_make_new()
/linux-4.1.27/net/core/
Dsock.c1285 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/linux-4.1.27/include/net/
Dsock.h728 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) in sock_copy_flags()