Home
last modified time | relevance | path

Searched refs:svc_putnl (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dsvc.c1104 svc_putnl(resv, 1); /* REPLY */ in svc_process_common()
1112 svc_putnl(resv, 0); /* ACCEPT */ in svc_process_common()
1169 svc_putnl(resv, RPC_SUCCESS); in svc_process_common()
1245 svc_putnl(resv, 1); /* REJECT */ in svc_process_common()
1246 svc_putnl(resv, 0); /* RPC_MISMATCH */ in svc_process_common()
1247 svc_putnl(resv, 2); /* Only RPCv2 supported */ in svc_process_common()
1248 svc_putnl(resv, 2); in svc_process_common()
1256 svc_putnl(resv, 1); /* REJECT */ in svc_process_common()
1257 svc_putnl(resv, 1); /* AUTH_ERROR */ in svc_process_common()
1258 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common()
[all …]
Dsvcauth_unix.c757 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept()
758 svc_putnl(resv, 0); in svcauth_null_accept()
836 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept()
837 svc_putnl(resv, 0); in svcauth_unix_accept()
Dsvcsock.c1223 svc_putnl(resv, 0); in svc_tcp_prep_reply_hdr()
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c643 svc_putnl(resv, o->len); in svc_safe_putnetobj()
709 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf()
728 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf()
1080 svc_putnl(resv, RPC_SUCCESS); in gss_write_resv()
1085 svc_putnl(resv, major_status); in gss_write_resv()
1086 svc_putnl(resv, minor_status); in gss_write_resv()
1087 svc_putnl(resv, GSS_SEQ_WIN); in gss_write_resv()
1488 svc_putnl(resv, RPC_SUCCESS); in svcauth_gss_accept()
1503 svc_putnl(resv, 0); in svcauth_gss_accept()
1504 svc_putnl(resv, 0); in svcauth_gss_accept()
[all …]
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h187 static inline void svc_putnl(struct kvec *iov, u32 val) in svc_putnl() function