Home
last modified time | relevance | path

Searched defs:nsk (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/bpf/
H A Dreuseport_array.c189 const struct sock *nsk, in reuseport_array_update_check()
236 struct sock *free_osk = NULL, *osk, *nsk; in bpf_fd_reuseport_array_update_elem() local
/linux/net/core/
H A Dsock_reuseport.c625 struct sock *nsk = NULL; in reuseport_migrate_sock() local
H A Dsock.c2197 sock_copy(struct sock * nsk,const struct sock * osk) sock_copy() argument
/linux/net/dccp/
H A Dipv6.c
H A Dipv4.c
/linux/net/ipv6/
H A Dtcp_ipv6.c1662 struct sock *nsk = tcp_v6_cookie_check(sk, skb); global() local
1808 struct sock *nsk; global() local
[all...]
/linux/net/bluetooth/rfcomm/
H A Dsock.c475 struct sock *sk = sock->sk, *nsk; rfcomm_sock_accept() local
/linux/net/bluetooth/
H A Dl2cap_sock.c333 struct sock *sk = sock->sk, *nsk; in l2cap_sock_accept() local
/linux/arch/arm64/kvm/
H A Dpmu-emul.c648 bool nsk = evtreg & ARMV8_PMU_EXCLUDE_NS_EL1; in kvm_pmc_counts_at_el1() local
/linux/net/mptcp/
H A Dprotocol.c3486 struct sock *nsk = sk_clone_lock(sk, GFP_ATOMIC); in mptcp_sk_clone_init() local
/linux/include/net/
H A Dsock.h1022 static inline void sock_copy_flags(struct sock *nsk, const struct sock *osk) in sock_copy_flags()