Searched refs:svc_putnl (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/sunrpc/ |
| D | svc.c | 1300 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() 1435 svc_putnl(resv, 1); /* REJECT */ in svc_process_common() 1436 svc_putnl(resv, 0); /* RPC_MISMATCH */ in svc_process_common() 1437 svc_putnl(resv, 2); /* Only RPCv2 supported */ in svc_process_common() 1438 svc_putnl(resv, 2); in svc_process_common() 1449 svc_putnl(resv, 1); /* REJECT */ in svc_process_common() 1450 svc_putnl(resv, 1); /* AUTH_ERROR */ in svc_process_common() 1451 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common() [all …]
|
| D | svcauth_unix.c | 765 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()
|
| /Linux-v5.10/net/sunrpc/auth_gss/ |
| D | svcauth_gss.c | 697 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 …]
|
| /Linux-v5.10/include/linux/sunrpc/ |
| D | svc.h | 194 static inline void svc_putnl(struct kvec *iov, u32 val) in svc_putnl() function
|