Searched refs:svc_putnl (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/sunrpc/ |
| D | svc.c | 1311 svc_putnl(resv, 1); /* REPLY */ in svc_process_common() 1319 svc_putnl(resv, 0); /* ACCEPT */ in svc_process_common() 1384 svc_putnl(resv, RPC_SUCCESS); in svc_process_common() 1444 svc_putnl(resv, 1); /* REJECT */ in svc_process_common() 1445 svc_putnl(resv, 0); /* RPC_MISMATCH */ in svc_process_common() 1446 svc_putnl(resv, 2); /* Only RPCv2 supported */ in svc_process_common() 1447 svc_putnl(resv, 2); in svc_process_common() 1458 svc_putnl(resv, 1); /* REJECT */ in svc_process_common() 1459 svc_putnl(resv, 1); /* AUTH_ERROR */ in svc_process_common() 1460 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common() [all …]
|
| D | svcauth_unix.c | 763 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept() 764 svc_putnl(resv, 0); in svcauth_null_accept() 842 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept() 843 svc_putnl(resv, 0); in svcauth_unix_accept()
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | svcauth_gss.c | 665 svc_putnl(resv, o->len); in svc_safe_putnetobj() 731 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf() 751 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf() 1119 svc_putnl(resv, RPC_SUCCESS); in gss_write_resv() 1124 svc_putnl(resv, major_status); in gss_write_resv() 1125 svc_putnl(resv, minor_status); in gss_write_resv() 1126 svc_putnl(resv, GSS_SEQ_WIN); in gss_write_resv() 1528 svc_putnl(resv, RPC_SUCCESS); in svcauth_gss_accept() 1543 svc_putnl(resv, 0); in svcauth_gss_accept() 1544 svc_putnl(resv, 0); in svcauth_gss_accept() [all …]
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | svc.h | 194 static inline void svc_putnl(struct kvec *iov, u32 val) in svc_putnl() function
|