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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcsock.c109 struct svc_sock *svsk = local
114 skb_free_datagram_locked(svsk->sk_sk, skb);
127 struct svc_sock *svsk = local
129 switch (svsk->sk_sk->sk_family) {
219 struct svc_sock *svsk = local
221 struct socket *sock = svsk->sk_sock;
254 svsk, xdr->head[0].iov_base, xdr->head[0].iov_len,
263 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) argument
265 const struct sock *sk = svsk->sk_sk;
313 struct svc_sock *svsk, *closes local
347 svc_recv_available(struct svc_sock *svsk) argument
363 struct svc_sock *svsk = local
403 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
421 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); local
496 struct svc_sock *svsk = local
628 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
676 svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) argument
721 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
753 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
770 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
787 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
867 svc_tcp_recv_record(struct svc_sock *svsk, struct svc_rqst *rqstp) argument
950 svc_process_calldir(struct svc_sock *svsk, struct svc_rqst *rqstp, struct rpc_rqst **reqpp, struct kvec *vec) argument
1006 struct svc_sock *svsk = local
1153 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1204 svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv) argument
1251 struct svc_sock *svsk = local
1256 struct svc_sock *svsk = local
1268 struct svc_sock *svsk; local
1325 struct svc_sock *svsk = NULL; local
1373 struct svc_sock *svsk; local
1455 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1474 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1489 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1507 struct svc_sock *svsk; local
[all...]
H A Dxprtsock.c2109 * Use the svc_sock to send the callback. Must be called with svsk->sk_mutex
2149 struct svc_sock *svsk; local
2157 svsk = container_of(xprt, struct svc_sock, sk_xprt);

Completed in 120 milliseconds