Home
last modified time | relevance | path

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

/linux-3.4.99/net/dccp/
Dipv4.c449 struct sock *nsk; in dccp_v4_hnd_req() local
700 struct sock *nsk = dccp_v4_hnd_req(sk, skb); in dccp_v4_do_rcv() local
Dipv6.c352 struct sock *nsk; in dccp_v6_hnd_req() local
720 struct sock *nsk = dccp_v6_hnd_req(sk, skb); in dccp_v6_do_rcv() local
/linux-3.4.99/net/iucv/
Daf_iucv.c933 struct sock *sk = sock->sk, *nsk; in iucv_sock_accept() local
1682 struct sock *sk, *nsk; in iucv_callback_connreq() local
1922 struct sock *nsk; in afiucv_hs_callback_syn() local
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c1018 struct sock *nsk; in tcp_v6_hnd_req() local
1520 struct sock *nsk = tcp_v6_hnd_req(sk, skb); in tcp_v6_do_rcv() local
/linux-3.4.99/net/bluetooth/
Dl2cap_sock.c184 struct sock *sk = sock->sk, *nsk; in l2cap_sock_accept() local
/linux-3.4.99/net/bluetooth/rfcomm/
Dsock.c484 struct sock *sk = sock->sk, *nsk; in rfcomm_sock_accept() local
/linux-3.4.99/net/ipv4/
Dtcp_ipv4.c1537 struct sock *nsk; in tcp_v4_hnd_req() local
1621 struct sock *nsk = tcp_v4_hnd_req(sk, skb); in tcp_v4_do_rcv() local
/linux-3.4.99/net/core/
Dsock.c1080 static void sock_copy(struct sock *nsk, const struct sock *osk) in sock_copy()
/linux-3.4.99/include/net/
Dsock.h629 static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) in sock_copy_flags()