Searched refs:sk1 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_dtmf.c123 s32 sk, sk1, sk2; local
186 sk1 = 0;
191 sk = ((cos2pik_*sk1)>>15) - sk2 + (*buf++);
192 sk2 = sk1;
193 sk1 = sk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_audio.c451 sk1, local
467 sk = sk1 = sk2 = 0;
469 sk = sample[n] + ((cos2pik[k] * sk1) >> 15) - sk2;
470 sk2 = sk1;
471 sk1 = sk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/unix/
H A Daf_unix.c915 static void unix_state_double_lock(struct sock *sk1, struct sock *sk2) argument
917 if (unlikely(sk1 == sk2) || !sk2) {
918 unix_state_lock(sk1);
921 if (sk1 < sk2) {
922 unix_state_lock(sk1);
926 unix_state_lock_nested(sk1);
930 static void unix_state_double_unlock(struct sock *sk1, struct sock *sk2) argument
932 if (unlikely(sk1 == sk2) || !sk2) {
933 unix_state_unlock(sk1);
936 unix_state_unlock(sk1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dsock.c145 struct sock *sk = NULL, *sk1 = NULL; local
159 sk1 = sk;
162 return node ? sk : sk1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dsco.c297 struct sock *sk = NULL, *sk1 = NULL; local
312 sk1 = sk;
317 return node ? sk : sk1;
H A Dl2cap.c748 struct sock *sk = NULL, *sk1 = NULL; local
762 sk1 = sk;
765 return node ? sk : sk1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Daf_inet.c670 struct sock *sk1 = sock->sk; local
672 struct sock *sk2 = sk1->sk_prot->accept(sk1, flags, &err);
H A Dudp.c132 int (*saddr_comp)(const struct sock *sk1,
163 int (*saddr_comp)(const struct sock *sk1,
196 int (*saddr_comp)(const struct sock *sk1,
299 static int ipv4_rcv_saddr_equal(const struct sock *sk1, const struct sock *sk2) argument
301 struct inet_sock *inet1 = inet_sk(sk1), *inet2 = inet_sk(sk2);
128 udp_lib_lport_inuse(struct net *net, __u16 num, const struct udp_hslot *hslot, unsigned long *bitmap, struct sock *sk, int (*saddr_comp)(const struct sock *sk1, const struct sock *sk2), unsigned int log) argument
160 udp_lib_lport_inuse2(struct net *net, __u16 num, struct udp_hslot *hslot2, struct sock *sk, int (*saddr_comp)(const struct sock *sk1, const struct sock *sk2)) argument
195 udp_lib_get_port(struct sock *sk, unsigned short snum, int (*saddr_comp)(const struct sock *sk1, const struct sock *sk2), unsigned int hash2_nulladdr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes.c101 DES_key_schedule sk1,DES_key_schedule sk2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes.c101 DES_key_schedule sk1, DES_key_schedule sk2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes.c101 DES_key_schedule sk1, DES_key_schedule sk2,

Completed in 187 milliseconds