Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dreuseport_array.c190 const struct sock *osk, in reuseport_array_update_check()
236 struct sock *free_osk = NULL, *osk, *nsk; in bpf_fd_reuseport_array_update_elem() local
/linux/net/ipv4/
H A Dinet_hashtables.c710 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert()
747 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten()
/linux/net/smc/
H A Daf_smc.c499 static void smc_adjust_sock_bufsizes(struct sock *nsk, struct sock *osk, in smc_adjust_sock_bufsizes()
509 static void smc_copy_sock_settings(struct sock *nsk, struct sock *osk, in smc_copy_sock_settings()
/linux/net/x25/
H A Daf_x25.c587 static struct sock *x25_make_new(struct sock *osk) in x25_make_new() argument
[all...]
/linux/net/unix/
H A Daf_unix.c283 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send()
/linux/net/xfrm/
H A Dxfrm_policy.c2447 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in __xfrm_sk_clone_policy()
/linux/include/net/
H A Dsock.h1035 static inline void sock_copy_flags(struct sock *nsk, const struct sock *osk) in sock_copy_flags()