Searched refs:svsk (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcsock.c82 static void svc_delete_socket(struct svc_sock *svsk);
86 static void svc_close_socket(struct svc_sock *svsk);
88 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_sock *svsk);
209 svc_sock_wspace(struct svc_sock *svsk) argument
213 if (svsk->sk_sock->type == SOCK_STREAM)
214 wspace = sk_stream_wspace(svsk->sk_sk);
216 wspace = sock_wspace(svsk->sk_sk);
227 svc_sock_enqueue(struct svc_sock *svsk) argument
229 struct svc_serv *serv = svsk->sk_server;
234 if (!(svsk
319 struct svc_sock *svsk; local
341 svc_sock_received(struct svc_sock *svsk) argument
364 struct svc_sock *svsk = rqstp->rq_sock; local
376 svc_sock_put(struct svc_sock *svsk) argument
395 struct svc_sock *svsk = rqstp->rq_sock; local
494 struct svc_sock *svsk = rqstp->rq_sock; local
576 one_sock_name(char *buf, struct svc_sock *svsk) argument
598 struct svc_sock *svsk, *closesk = NULL; local
627 svc_recv_available(struct svc_sock *svsk) argument
643 struct svc_sock *svsk = rqstp->rq_sock; local
686 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
704 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); local
742 struct svc_sock *svsk = rqstp->rq_sock; local
880 svc_udp_init(struct svc_sock *svsk) argument
916 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
949 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
967 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
997 svc_tcp_accept(struct svc_sock *svsk) argument
1073 struct svc_sock *svsk = NULL; local
1121 struct svc_sock *svsk = rqstp->rq_sock; local
1312 svc_tcp_init(struct svc_sock *svsk) argument
1361 struct svc_sock *svsk = local
1366 struct svc_sock *svsk = local
1381 struct svc_sock *svsk = NULL; local
1502 struct svc_sock *svsk; local
1543 struct svc_sock *svsk; local
1591 struct svc_sock *svsk; local
1666 struct svc_sock *svsk = NULL; local
1699 struct svc_sock *svsk; local
1748 svc_delete_socket(struct svc_sock *svsk) argument
1783 svc_close_socket(struct svc_sock *svsk) argument
1796 svc_force_close_socket(struct svc_sock *svsk) argument
1838 struct svc_sock *svsk; local
1909 svc_deferred_dequeue(struct svc_sock *svsk) argument
[all...]
H A Dsvcauth_unix.c387 struct svc_sock *svsk = rqstp->rq_sock; local
388 spin_lock(&svsk->sk_lock);
389 ipm = svsk->sk_info_authunix;
397 svsk->sk_info_authunix = NULL;
398 spin_unlock(&svsk->sk_lock);
404 spin_unlock(&svsk->sk_lock);
411 struct svc_sock *svsk = rqstp->rq_sock; local
413 spin_lock(&svsk->sk_lock);
414 if (svsk->sk_sock->type == SOCK_STREAM &&
415 svsk
[all...]
H A Dsvc.c461 struct svc_sock *svsk; local
478 list_for_each_entry_safe(svsk, tmp, &serv->sv_tempsocks, sk_list)
479 svc_force_close_socket(svsk);
484 list_for_each_entry_safe(svsk, tmp, &serv->sv_permsocks, sk_list)
485 svc_force_close_socket(svsk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvc.c204 struct svc_sock *svsk; local
206 list_for_each_entry(svsk, &serv->sv_permsocks, sk_list)
207 if (svsk->sk_sk->sk_protocol == proto) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfssvc.c157 struct svc_sock *svsk; local
158 list_for_each_entry(svsk, &serv->sv_permsocks, sk_list)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dsvc.h318 struct svc_sock *svsk; member in struct:svc_deferred_req

Completed in 157 milliseconds