Home
last modified time | relevance | path

Searched defs:osk (Results 1 – 8 of 8) 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/smc/
H A Daf_smc.c501 static void smc_adjust_sock_bufsizes(struct sock *nsk, struct sock *osk, in smc_adjust_sock_bufsizes()
511 static void smc_copy_sock_settings(struct sock *nsk, struct sock *osk, in smc_copy_sock_settings()
/linux/net/x25/
H A Daf_x25.c583 static struct sock *x25_make_new(struct sock *osk) in x25_make_new()
/linux/net/core/
H A Dsock_map.c476 struct sock *osk; in sock_map_update_common() local
H A Dsock.c2209 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/linux/include/net/
H A Dxfrm.h1393 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in xfrm_sk_clone_policy()
1425 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; } in xfrm_sk_clone_policy()
/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.c2441 int __xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in __xfrm_sk_clone_policy()