sk1               123 drivers/isdn/mISDN/dsp_dtmf.c 	s32 sk, sk1, sk2;
sk1               186 drivers/isdn/mISDN/dsp_dtmf.c 		sk1 = 0;
sk1               191 drivers/isdn/mISDN/dsp_dtmf.c 			sk = ((cos2pik_ * sk1) >> 15) - sk2 + (*buf++);
sk1               192 drivers/isdn/mISDN/dsp_dtmf.c 			sk2 = sk1;
sk1               193 drivers/isdn/mISDN/dsp_dtmf.c 			sk1 = sk;
sk1               132 net/bluetooth/rfcomm/sock.c 	struct sock *sk = NULL, *sk1 = NULL;
sk1               147 net/bluetooth/rfcomm/sock.c 				sk1 = sk;
sk1               153 net/bluetooth/rfcomm/sock.c 	return sk ? sk : sk1;
sk1               345 net/bluetooth/sco.c 	struct sock *sk = NULL, *sk1 = NULL;
sk1               359 net/bluetooth/sco.c 			sk1 = sk;
sk1               364 net/bluetooth/sco.c 	return sk ? sk : sk1;
sk1               732 net/ipv4/af_inet.c 	struct sock *sk1 = sock->sk;
sk1               734 net/ipv4/af_inet.c 	struct sock *sk2 = sk1->sk_prot->accept(sk1, flags, &err, kern);
sk1               666 net/ipv4/tcp_ipv4.c 	struct sock *sk1 = NULL;
sk1               716 net/ipv4/tcp_ipv4.c 		sk1 = __inet_lookup_listener(net, &tcp_hashinfo, NULL, 0,
sk1               722 net/ipv4/tcp_ipv4.c 		if (!sk1)
sk1               725 net/ipv4/tcp_ipv4.c 		key = tcp_md5_do_lookup(sk1, (union tcp_md5_addr *)
sk1               933 net/ipv6/tcp_ipv6.c 	struct sock *sk1 = NULL;
sk1               963 net/ipv6/tcp_ipv6.c 		sk1 = inet6_lookup_listener(net,
sk1               970 net/ipv6/tcp_ipv6.c 		if (!sk1)
sk1               973 net/ipv6/tcp_ipv6.c 		key = tcp_v6_md5_do_lookup(sk1, &ipv6h->saddr);
sk1              1086 net/unix/af_unix.c static void unix_state_double_lock(struct sock *sk1, struct sock *sk2)
sk1              1088 net/unix/af_unix.c 	if (unlikely(sk1 == sk2) || !sk2) {
sk1              1089 net/unix/af_unix.c 		unix_state_lock(sk1);
sk1              1092 net/unix/af_unix.c 	if (sk1 < sk2) {
sk1              1093 net/unix/af_unix.c 		unix_state_lock(sk1);
sk1              1097 net/unix/af_unix.c 		unix_state_lock_nested(sk1);
sk1              1101 net/unix/af_unix.c static void unix_state_double_unlock(struct sock *sk1, struct sock *sk2)
sk1              1103 net/unix/af_unix.c 	if (unlikely(sk1 == sk2) || !sk2) {
sk1              1104 net/unix/af_unix.c 		unix_state_unlock(sk1);
sk1              1107 net/unix/af_unix.c 	unix_state_unlock(sk1);