Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A 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
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c556 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert()
589 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten()
628 int __inet_hash(struct sock *sk, struct sock *osk) in __inet_hash()
/OK3568_Linux_fs/kernel/net/netrom/
H A Daf_netrom.c468 static struct sock *nr_make_new(struct sock *osk) in nr_make_new()
/OK3568_Linux_fs/kernel/net/rose/
H A Daf_rose.c554 static struct sock *rose_make_new(struct sock *osk) in rose_make_new()
/OK3568_Linux_fs/kernel/net/ax25/
H A Daf_ax25.c909 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new()
/OK3568_Linux_fs/kernel/net/unix/
H A 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()
/OK3568_Linux_fs/kernel/net/x25/
H A Daf_x25.c591 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
/OK3568_Linux_fs/kernel/net/smc/
H A Daf_smc.c306 static void smc_copy_sock_settings(struct sock *nsk, struct sock *osk, in smc_copy_sock_settings()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c483 struct sock *osk; in sock_map_update_common() local
H A Dsock.c1661 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h1170 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in xfrm_sk_clone_policy()
1200 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; } in xfrm_sk_clone_policy()
H A Dsock.h916 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) in sock_copy_flags()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c2331 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in __xfrm_sk_clone_policy()