Home
last modified time | relevance | path

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

/linux-3.3/net/unix/
Daf_unix.c162 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer()
167 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send()
/linux-3.3/net/netrom/
Daf_netrom.c476 static struct sock *nr_make_new(struct sock *osk) in nr_make_new()
/linux-3.3/net/ax25/
Daf_ax25.c884 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new()
/linux-3.3/net/x25/
Daf_x25.c598 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
/linux-3.3/net/rose/
Daf_rose.c559 static struct sock *rose_make_new(struct sock *osk) in rose_make_new()
/linux-3.3/net/netlink/
Daf_netlink.c351 struct sock *osk; in netlink_insert() local
545 struct sock *osk; in netlink_autobind() local
/linux-3.3/net/core/
Dsock.c1054 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/linux-3.3/include/net/
Dsock.h595 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) in sock_copy_flags()