Searched defs:osk (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | reuseport_array.c | 193 const struct sock *osk, in reuseport_array_update_check() 239 struct sock *free_osk = NULL, *osk, *nsk; in bpf_fd_reuseport_array_update_elem() local
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 635 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() 681 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten() 720 int __inet_hash(struct sock *sk, struct sock *osk) in __inet_hash()
|
/linux-6.3-rc2/net/netrom/ |
A D | af_netrom.c | 473 static struct sock *nr_make_new(struct sock *osk) in nr_make_new()
|
/linux-6.3-rc2/net/ax25/ |
A D | af_ax25.c | 914 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new()
|
/linux-6.3-rc2/net/rose/ |
A D | af_rose.c | 563 static struct sock *rose_make_new(struct sock *osk) in rose_make_new()
|
/linux-6.3-rc2/net/x25/ |
A D | af_x25.c | 587 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
|
/linux-6.3-rc2/net/unix/ |
A D | af_unix.c | 217 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer() 222 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send()
|
/linux-6.3-rc2/net/core/ |
A D | sock_map.c | 474 struct sock *osk; in sock_map_update_common() local
|
A D | sock.c | 1999 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
|
/linux-6.3-rc2/include/net/ |
A D | xfrm.h | 1246 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in xfrm_sk_clone_policy() 1278 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; } in xfrm_sk_clone_policy()
|
A D | sock.h | 964 static inline void sock_copy_flags(struct sock *nsk, const struct sock *osk) in sock_copy_flags()
|
/linux-6.3-rc2/net/smc/ |
A D | af_smc.c | 439 static void smc_copy_sock_settings(struct sock *nsk, struct sock *osk, in smc_copy_sock_settings()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 2398 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in __xfrm_sk_clone_policy()
|
Completed in 60 milliseconds