Searched defs:osk (Results 1 – 11 of 11) sorted by relevance
/linux/net/netrom/ |
H A D | af_netrom.c | 473 static struct sock *nr_make_new(struct sock *osk) in nr_make_new()
|
/linux/net/ax25/ |
H A D | af_ax25.c | 925 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new()
|
/linux/net/x25/ |
H A D | af_x25.c | 587 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
|
/linux/net/rose/ |
H A D | af_rose.c | 589 static struct sock *rose_make_new(struct sock *osk) in rose_make_new()
|
/linux/net/smc/ |
H A D | af_smc.c | 488 static void smc_adjust_sock_bufsizes(struct sock *nsk, struct sock *osk, in smc_adjust_sock_bufsizes() 498 static void smc_copy_sock_settings(struct sock *nsk, struct sock *osk, in smc_copy_sock_settings()
|
/linux/net/core/ |
H A D | sock_map.c | 476 struct sock *osk; in sock_map_update_common() local
|
H A D | sock.c | 2197 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
|
/linux/include/net/ |
H A D | xfrm.h | 1372 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in xfrm_sk_clone_policy() 1404 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; } in xfrm_sk_clone_policy()
|
H A D | sock.h | 993 static inline void sock_copy_flags(struct sock *nsk, const struct sock *osk) in sock_copy_flags()
|
/linux/net/unix/ |
H A D | af_unix.c | 283 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 2447 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in __xfrm_sk_clone_policy()
|