Searched refs:skp (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Daf_bluetooth.c123 struct sock **skp; local
126 for (skp = &l->head; *skp; skp = &((*skp)->next)) {
127 if (*skp == sk) {
128 *skp = sk->next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c206 struct sock **skp; local
220 if ((skp = dn_find_list(sk)) == NULL)
223 sk->next = *skp;
224 sk->pprev = skp;
225 *skp = sk;
234 struct sock **skp = sk->pprev; local
236 if (skp == NULL)
240 while(*skp != sk)
241 skp = &((*skp)
251 struct sock **skp = sk->pprev; local
289 struct sock **skp = sk->pprev; local
398 struct sock **skp = listen_hash(addr); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Daf_wanpipe.c962 struct sock **skp; local
994 for (skp = &wanpipe_sklist; *skp; skp = &(*skp)->next) {
995 if (*skp == sk) {
996 *skp = sk->next;
1165 struct sock **skp; local
1180 for (skp = &wanpipe_sklist; *skp; sk
1254 struct sock **skp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Draw.c73 struct sock **skp = &raw_v4_htable[sk->num & (RAWV4_HTABLE_SIZE - 1)]; local
76 if ((sk->next = *skp) != NULL)
77 (*skp)->pprev = &sk->next;
78 *skp = sk;
79 sk->pprev = skp;
H A Dtcp_ipv4.c347 struct sock **skp; local
352 skp = &tcp_listening_hash[tcp_sk_listen_hashfn(sk)];
356 skp = &tcp_ehash[(sk->hashent = tcp_sk_hashfn(sk))].chain;
360 if((sk->next = *skp) != NULL)
361 (*skp)->pprev = &sk->next;
362 *skp = sk;
363 sk->pprev = skp;
554 struct sock *sk2, **skp; local
560 for(skp = &(head + tcp_ehash_size)->chain; (sk2=*skp) !
[all...]
H A Dudp.c172 struct sock **skp = &udp_hash[snum & (UDP_HTABLE_SIZE - 1)]; local
173 if ((sk->next = *skp) != NULL)
174 (*skp)->pprev = &sk->next;
175 *skp = sk;
176 sk->pprev = skp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c204 struct sock **skp; local
210 skp = &tcp_listening_hash[tcp_sk_listen_hashfn(sk)];
214 skp = &tcp_ehash[(sk->hashent = tcp_v6_sk_hashfn(sk))].chain;
219 if((sk->next = *skp) != NULL)
220 (*skp)->pprev = &sk->next;
221 *skp = sk;
222 sk->pprev = skp;
426 struct sock *sk2, **skp; local
431 for(skp = &(head + tcp_ehash_size)->chain; (sk2=*skp)!
[all...]
H A Draw.c54 struct sock **skp = &raw_v6_htable[sk->num & (RAWV6_HTABLE_SIZE - 1)]; local
57 if ((sk->next = *skp) != NULL)
58 (*skp)->pprev = &sk->next;
59 *skp = sk;
60 sk->pprev = skp;
H A Dudp.c123 struct sock **skp = &udp_hash[snum & (UDP_HTABLE_SIZE - 1)]; local
124 if ((sk->next = *skp) != NULL)
125 (*skp)->pprev = &sk->next;
126 *skp = sk;
127 sk->pprev = skp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netlink/
H A Daf_netlink.c200 struct sock **skp; local
203 for (skp = &nl_table[sk->protocol]; *skp; skp = &((*skp)->next)) {
204 if (*skp == sk) {
205 *skp = sk->next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/packet/
H A Daf_packet.c762 struct sock **skp; local
768 for (skp = &packet_sklist; *skp; skp = &(*skp)->next) {
769 if (*skp == sk) {
770 *skp = sk->next;
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbio.h395 #define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbio.h434 #define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)

Completed in 151 milliseconds