Lines Matching refs:context_len
100 .context_len = len in SELinuxSendContextReply()
106 swapl(&rep.context_len); in SELinuxSendContextReply()
125 REQUEST_FIXED_SIZE(SELinuxSetCreateContextReq, stuff->context_len); in ProcSELinuxSetCreateContext()
127 if (stuff->context_len > 0) { in ProcSELinuxSetCreateContext()
128 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len); in ProcSELinuxSetCreateContext()
138 if (stuff->context_len > 0) { in ProcSELinuxSetCreateContext()
176 REQUEST_FIXED_SIZE(SELinuxSetContextReq, stuff->context_len); in ProcSELinuxSetDeviceContext()
178 if (stuff->context_len < 1) in ProcSELinuxSetDeviceContext()
180 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len); in ProcSELinuxSetDeviceContext()
543 swapl(&stuff->context_len); in SProcSELinuxSetCreateContext()
554 swapl(&stuff->context_len); in SProcSELinuxSetDeviceContext()