Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvc.c1274 svc_putnl(resv, 1); /* REPLY */ in svc_process_common()
1282 svc_putnl(resv, 0); /* ACCEPT */ in svc_process_common()
1347 svc_putnl(resv, RPC_SUCCESS); in svc_process_common()
1396 svc_putnl(resv, 1); /* REJECT */ in svc_process_common()
1399 svc_putnl(resv, 2); in svc_process_common()
1408 svc_putnl(resv, 1); /* REJECT */ in svc_process_common()
1409 svc_putnl(resv, 1); /* AUTH_ERROR */ in svc_process_common()
1416 svc_putnl(resv, RPC_PROG_UNAVAIL); in svc_process_common()
1424 svc_putnl(resv, RPC_PROG_MISMATCH); in svc_process_common()
1433 svc_putnl(resv, RPC_PROC_UNAVAIL); in svc_process_common()
[all …]
A Dsvcauth_unix.c760 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept()
761 svc_putnl(resv, 0); in svcauth_null_accept()
839 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept()
840 svc_putnl(resv, 0); in svcauth_unix_accept()
/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c699 svc_putnl(resv, o->len); in svc_safe_putnetobj()
1215 svc_putnl(resv, RPC_SUCCESS); in gss_write_resv()
1220 svc_putnl(resv, major_status); in gss_write_resv()
1221 svc_putnl(resv, minor_status); in gss_write_resv()
1222 svc_putnl(resv, GSS_SEQ_WIN); in gss_write_resv()
1621 svc_putnl(resv, RPC_SUCCESS); in svcauth_gss_accept()
1636 svc_putnl(resv, 0); in svcauth_gss_accept()
1637 svc_putnl(resv, 0); in svcauth_gss_accept()
1645 svc_putnl(resv, 0); in svcauth_gss_accept()
1646 svc_putnl(resv, 0); in svcauth_gss_accept()
[all …]
/linux/include/linux/sunrpc/
A Dsvc.h195 static inline void svc_putnl(struct kvec *iov, u32 val) in svc_putnl() function

Completed in 14 milliseconds