Searched refs:copy_mode (Results 1 - 16 of 16) sorted by relevance

/linux-master/net/tls/
H A Dtls_strp.c35 if (!strp->copy_mode)
98 if (strp->copy_mode) {
125 if (strp->copy_mode)
136 strp->copy_mode = 1;
149 if (strp->copy_mode) {
202 if (strp->copy_mode) {
206 strp->copy_mode = 0;
415 strp->copy_mode = 1;
485 if (!strp->copy_mode && force_refresh) {
508 if (unlikely(strp->copy_mode))
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_log.h87 __u8 copy_mode; member in struct:nfulnl_msg_config_mode
H A Dnfnetlink_queue.h99 __u8 copy_mode; /* enum nfqnl_config_mode */ member in struct:nfqnl_msg_config_params
/linux-master/net/netfilter/
H A Dnfnetlink_log.c81 u_int8_t copy_mode; member in struct:nfulnl_instance
209 inst->copy_mode = NFULNL_COPY_PACKET;
239 inst->copy_mode = NFULNL_COPY_DISABLED;
269 inst->copy_mode = mode;
274 inst->copy_mode = mode;
767 switch (inst->copy_mode) {
971 nfulnl_set_mode(inst, params->copy_mode,
1102 inst->copy_mode, inst->copy_range,
H A Dnfnetlink_queue.c71 u_int8_t copy_mode; member in struct:nfqnl_instance
140 inst->copy_mode = NFQNL_COPY_NONE;
595 switch ((enum nfqnl_config_mode)READ_ONCE(queue->copy_mode)) {
970 if (queue->copy_mode == NFQNL_COPY_NONE)
1061 queue->copy_mode = mode;
1066 queue->copy_mode = mode;
1550 nfqnl_set_mode(queue, params->copy_mode,
1686 inst->copy_mode, inst->copy_range,
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1056 * @copy_mode: The requested copy mode
1066 enum xstate_copy_mode copy_mode)
1080 switch (copy_mode) {
1113 if (copy_mode != XSTATE_COPY_XSAVE)
1180 * @copy_mode: The requested copy mode
1189 enum xstate_copy_mode copy_mode)
1193 tsk->thread.pkru, copy_mode);
1064 __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, u64 xfeatures, u32 pkru_val, enum xstate_copy_mode copy_mode) argument
1188 copy_xstate_to_uabi_buf(struct membuf to, struct task_struct *tsk, enum xstate_copy_mode copy_mode) argument
H A Dxstate.h47 enum xstate_copy_mode copy_mode);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h294 bool copy_mode; /* CSI2+ use copy mode */ member in struct:atomisp_sub_device
H A Datomisp_fops.c349 if (asd->copy_mode) {
472 asd->copy_mode = false;
H A Datomisp_cmd.c4105 if (asd->copy_mode) {
4146 if (asd->copy_mode)
4170 if (asd->copy_mode)
4212 asd->copy_mode = false;
4222 asd->copy_mode = true;
4224 asd->copy_mode = false;
4226 dev_dbg(asd->isp->dev, "copy_mode: %d\n", asd->copy_mode);
H A Datomisp_compat_css20.c620 if (asd->copy_mode && pipe_id == IA_CSS_PIPE_ID_COPY)
1025 if (asd->copy_mode) {
1436 if (asd && asd->copy_mode &&
2277 if (asd->copy_mode)
/linux-master/include/net/
H A Dtls.h112 u32 copy_mode : 1; member in struct:tls_strparser
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c150 .copy_mode = mode,
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h173 * @copy_mode: flag indicating transparent DMA transfer (no scaling
190 unsigned int copy_mode:1; member in struct:fimc_scaler
H A Dfimc-core.c284 sc->copy_mode = 1;
286 sc->copy_mode = 0;
H A Dfimc-reg.c275 if (sc->copy_mode)

Completed in 276 milliseconds