Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dreuseport_array.c207 const struct sock *osk, in reuseport_array_update_check()
253 struct sock *free_osk = NULL, *osk, *nsk; in bpf_fd_reuseport_array_update_elem() local
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c565 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert()
611 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten()
650 int __inet_hash(struct sock *sk, struct sock *osk) in __inet_hash()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c190 int __ninet_hash(struct sock *sk, struct sock *osk) in __ninet_hash()
/kernel/linux/linux-5.10/net/netrom/
Daf_netrom.c473 static struct sock *nr_make_new(struct sock *osk) in nr_make_new()
/kernel/linux/linux-5.10/net/rose/
Daf_rose.c562 static struct sock *rose_make_new(struct sock *osk) in rose_make_new()
/kernel/linux/linux-5.10/net/ax25/
Daf_ax25.c909 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new()
/kernel/linux/linux-5.10/net/unix/
Daf_unix.c182 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer()
187 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send()
/kernel/linux/linux-5.10/net/x25/
Daf_x25.c597 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
/kernel/linux/linux-5.10/net/smc/
Daf_smc.c306 static void smc_copy_sock_settings(struct sock *nsk, struct sock *osk, in smc_copy_sock_settings()
/kernel/linux/linux-5.10/net/core/
Dsock_map.c485 struct sock *osk; in sock_map_update_common() local
Dsock.c1660 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h1199 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in xfrm_sk_clone_policy()
1231 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; } in xfrm_sk_clone_policy()
Dsock.h905 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) in sock_copy_flags()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_policy.c2326 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in __xfrm_sk_clone_policy()