Lines Matching refs:p
101 __be32 *p; in tls_marshal() local
103 p = xdr_reserve_space(xdr, 4 * XDR_UNIT); in tls_marshal()
104 if (!p) in tls_marshal()
107 *p++ = rpc_auth_tls; in tls_marshal()
108 *p++ = xdr_zero; in tls_marshal()
110 *p++ = rpc_auth_null; in tls_marshal()
111 *p = xdr_zero; in tls_marshal()
123 __be32 *p; in tls_validate() local
126 p = xdr_inline_decode(xdr, XDR_UNIT); in tls_validate()
127 if (!p) in tls_validate()
129 if (*p != rpc_auth_null) in tls_validate()