Searched defs:osk (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/net/ipv4/ | 
| D | inet_hashtables.c | 410 bool inet_ehash_insert(struct sock *sk, struct sock *osk)  in inet_ehash_insert()436 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk)  in inet_ehash_nolisten()
 452 void __inet_hash(struct sock *sk, struct sock *osk)  in __inet_hash()
 
 | 
| /linux-4.4.14/net/netrom/ | 
| D | af_netrom.c | 471 static struct sock *nr_make_new(struct sock *osk)  in nr_make_new()
 | 
| /linux-4.4.14/net/ax25/ | 
| D | af_ax25.c | 881 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev)  in ax25_make_new()
 | 
| /linux-4.4.14/net/rose/ | 
| D | af_rose.c | 555 static struct sock *rose_make_new(struct sock *osk)  in rose_make_new()
 | 
| /linux-4.4.14/net/x25/ | 
| D | af_x25.c | 597 static struct sock *x25_make_new(struct sock *osk)  in x25_make_new()
 | 
| /linux-4.4.14/net/unix/ | 
| D | af_unix.c | 184 static inline int unix_our_peer(struct sock *sk, struct sock *osk)  in unix_our_peer()189 static inline int unix_may_send(struct sock *sk, struct sock *osk)  in unix_may_send()
 
 | 
| /linux-4.4.14/include/net/ | 
| D | xfrm.h | 1147 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk)  in xfrm_sk_clone_policy()1179 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; }  in xfrm_sk_clone_policy()
 
 | 
| D | sock.h | 746 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk)  in sock_copy_flags()
 | 
| /linux-4.4.14/net/core/ | 
| D | sock.c | 1302 static void sock_copy(struct sock *nsk, const struct sock *osk)  in sock_copy()
 | 
| /linux-4.4.14/net/xfrm/ | 
| D | xfrm_policy.c | 1375 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk)  in __xfrm_sk_clone_policy()
 |