Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c72 #define PLAIN_PACK_HDR_OFF (0) macro
198 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, 0); in plain_ctx_sign()
229 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, sizeof(*phdr)); in plain_ctx_verify()
546 buflens[PLAIN_PACK_HDR_OFF] = sizeof(struct plain_header); in plain_alloc_reqbuf()
602 buflens[PLAIN_PACK_HDR_OFF] = sizeof(struct plain_header); in plain_alloc_repbuf()
735 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, sizeof(*phdr)); in plain_accept()
790 buflens[PLAIN_PACK_HDR_OFF] = sizeof(struct plain_header); in plain_alloc_rs()
852 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, 0); in plain_authorize()