Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c1300 svc_putnl(resv, 1); /* REPLY */ in svc_process_common()
1308 svc_putnl(resv, 0); /* ACCEPT */ in svc_process_common()
1375 svc_putnl(resv, RPC_SUCCESS); in svc_process_common()
1437 svc_putnl(resv, 1); /* REJECT */ in svc_process_common()
1438 svc_putnl(resv, 0); /* RPC_MISMATCH */ in svc_process_common()
1439 svc_putnl(resv, 2); /* Only RPCv2 supported */ in svc_process_common()
1440 svc_putnl(resv, 2); in svc_process_common()
1451 svc_putnl(resv, 1); /* REJECT */ in svc_process_common()
1452 svc_putnl(resv, 1); /* AUTH_ERROR */ in svc_process_common()
1453 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common()
[all …]
H A Dsvcauth_unix.c765 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept()
766 svc_putnl(resv, 0); in svcauth_null_accept()
844 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept()
845 svc_putnl(resv, 0); in svcauth_unix_accept()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c697 svc_putnl(resv, o->len); in svc_safe_putnetobj()
759 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf()
779 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf()
1209 svc_putnl(resv, RPC_SUCCESS); in gss_write_resv()
1214 svc_putnl(resv, major_status); in gss_write_resv()
1215 svc_putnl(resv, minor_status); in gss_write_resv()
1216 svc_putnl(resv, GSS_SEQ_WIN); in gss_write_resv()
1616 svc_putnl(resv, RPC_SUCCESS); in svcauth_gss_accept()
1631 svc_putnl(resv, 0); in svcauth_gss_accept()
1632 svc_putnl(resv, 0); in svcauth_gss_accept()
[all …]
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvc.h194 static inline void svc_putnl(struct kvec *iov, u32 val) in svc_putnl() function