Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/
Dipv6.c303 struct sock *nsk; in dccp_v6_hnd_req() local
663 struct sock *nsk = dccp_v6_hnd_req(sk, skb); in dccp_v6_do_rcv() local
Dipv4.c450 struct sock *nsk; in dccp_v4_hnd_req() local
708 struct sock *nsk = dccp_v4_hnd_req(sk, skb); in dccp_v4_do_rcv() local
/linux-4.1.27/net/iucv/
Daf_iucv.c934 struct sock *sk = sock->sk, *nsk; in iucv_sock_accept() local
1684 struct sock *sk, *nsk; in iucv_callback_connreq() local
1924 struct sock *nsk; in afiucv_hs_callback_syn() local
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c945 struct sock *nsk; in tcp_v6_hnd_req() local
1265 struct sock *nsk = tcp_v6_hnd_req(sk, skb); in tcp_v6_do_rcv() local
/linux-4.1.27/net/bluetooth/rfcomm/
Dsock.c472 struct sock *sk = sock->sk, *nsk; in rfcomm_sock_accept() local
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1350 struct sock *nsk; in tcp_v4_hnd_req() local
1411 struct sock *nsk = tcp_v4_hnd_req(sk, skb); in tcp_v4_do_rcv() local
/linux-4.1.27/net/bluetooth/
Dl2cap_sock.c306 struct sock *sk = sock->sk, *nsk; in l2cap_sock_accept() local
/linux-4.1.27/net/core/
Dsock.c1285 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/linux-4.1.27/include/net/
Dsock.h728 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) in sock_copy_flags()