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

/linux-master/net/tls/
H A Dtls_strp.c34 if (!strp->copy_mode)
97 if (strp->copy_mode) {
124 if (strp->copy_mode)
135 strp->copy_mode = 1;
148 if (strp->copy_mode) {
201 if (strp->copy_mode) {
205 strp->copy_mode = 0;
414 strp->copy_mode = 1;
484 if (!strp->copy_mode && force_refresh) {
507 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.c1055 * @copy_mode: The requested copy mode
1065 enum xstate_copy_mode copy_mode)
1079 switch (copy_mode) {
1112 if (copy_mode != XSTATE_COPY_XSAVE)
1179 * @copy_mode: The requested copy mode
1188 enum xstate_copy_mode copy_mode)
1192 tsk->thread.pkru, copy_mode);
1063 __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, u64 xfeatures, u32 pkru_val, enum xstate_copy_mode copy_mode) argument
1187 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.h309 bool copy_mode; /* CSI2+ use copy mode */ member in struct:atomisp_sub_device
H A Datomisp_fops.c349 if (asd->copy_mode) {
476 asd->copy_mode = false;
H A Datomisp_cmd.c4112 if (asd->copy_mode) {
4153 if (asd->copy_mode)
4177 if (asd->copy_mode)
4219 asd->copy_mode = false;
4229 asd->copy_mode = true;
4231 asd->copy_mode = false;
4233 dev_dbg(asd->isp->dev, "copy_mode: %d\n", asd->copy_mode);
H A Datomisp_compat_css20.c635 if (asd->copy_mode && pipe_id == IA_CSS_PIPE_ID_COPY)
1040 if (asd->copy_mode) {
1451 if (asd && asd->copy_mode &&
2306 if (asd->copy_mode)
/linux-master/tools/testing/selftests/netfilter/
H A Dnf-queue.c150 .copy_mode = mode,
/linux-master/include/net/
H A Dtls.h112 u32 copy_mode : 1; member in struct:tls_strparser
/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 255 milliseconds