Searched refs:copy_mode (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/net/tls/ |
| H A D | tls_strp.c | 35 if (!strp->copy_mode) in tls_strp_anchor_free() 98 if (strp->copy_mode) { in tls_strp_msg_detach() 125 if (strp->copy_mode) in tls_strp_msg_cow() 136 strp->copy_mode = 1; in tls_strp_msg_cow() 149 if (strp->copy_mode) { in tls_strp_msg_hold() 202 if (strp->copy_mode) { in tls_strp_flush_anchor_copy() 206 strp->copy_mode = 0; in tls_strp_flush_anchor_copy() 416 strp->copy_mode = 1; in tls_strp_read_copy() 486 if (!strp->copy_mode && force_refresh) { in tls_strp_msg_load() 509 if (unlikely(strp->copy_mode)) in tls_strp_read_sock() [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | nfnetlink_log.c | 81 u_int8_t copy_mode; member 209 inst->copy_mode = NFULNL_COPY_PACKET; in instance_create() 239 inst->copy_mode = NFULNL_COPY_DISABLED; in __instance_destroy() 269 inst->copy_mode = mode; in nfulnl_set_mode() 274 inst->copy_mode = mode; in nfulnl_set_mode() 767 switch (inst->copy_mode) { in nfulnl_log_packet() 971 nfulnl_set_mode(inst, params->copy_mode, in nfulnl_recv_config() 1102 inst->copy_mode, inst->copy_range, in seq_show()
|
| H A D | nfnetlink_queue.c | 71 u_int8_t copy_mode; member 140 inst->copy_mode = NFQNL_COPY_NONE; in instance_create() 605 switch ((enum nfqnl_config_mode)READ_ONCE(queue->copy_mode)) { in nfqnl_build_packet_message() 1013 if (queue->copy_mode == NFQNL_COPY_NONE) in nfqnl_enqueue_packet() 1104 queue->copy_mode = mode; in nfqnl_set_mode() 1109 queue->copy_mode = mode; in nfqnl_set_mode() 1593 nfqnl_set_mode(queue, params->copy_mode, in nfqnl_recv_config() 1729 inst->copy_mode, inst->copy_range, in seq_show()
|
| /linux-6.15/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_log.h | 87 __u8 copy_mode; member
|
| H A D | nfnetlink_queue.h | 99 __u8 copy_mode; /* enum nfqnl_config_mode */ member
|
| /linux-6.15/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 1069 enum xstate_copy_mode copy_mode) in __copy_xstate_to_uabi_buf() argument 1083 switch (copy_mode) { in __copy_xstate_to_uabi_buf() 1116 if (copy_mode != XSTATE_COPY_XSAVE) in __copy_xstate_to_uabi_buf() 1192 enum xstate_copy_mode copy_mode) in copy_xstate_to_uabi_buf() argument 1196 tsk->thread.pkru, copy_mode); in copy_xstate_to_uabi_buf()
|
| H A D | xstate.h | 47 enum xstate_copy_mode copy_mode);
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_fops.c | 338 if (asd->copy_mode) { in atomisp_qbuffers_to_css() 461 asd->copy_mode = false; in atomisp_subdev_init_struct()
|
| H A D | atomisp_subdev.h | 283 bool copy_mode; /* CSI2+ use copy mode */ member
|
| H A D | atomisp_cmd.c | 4094 if (asd->copy_mode) { in atomisp_set_fmt_to_isp() 4135 if (asd->copy_mode) in atomisp_set_fmt_to_isp() 4159 if (asd->copy_mode) in atomisp_set_fmt_to_isp() 4201 asd->copy_mode = false; in atomisp_check_copy_mode() 4211 asd->copy_mode = true; in atomisp_check_copy_mode() 4213 asd->copy_mode = false; in atomisp_check_copy_mode() 4215 dev_dbg(asd->isp->dev, "copy_mode: %d\n", asd->copy_mode); in atomisp_check_copy_mode()
|
| H A D | atomisp_compat_css20.c | 609 if (asd->copy_mode && pipe_id == IA_CSS_PIPE_ID_COPY) in is_pipe_valid_to_current_run_mode() 1014 if (asd->copy_mode) { in atomisp_css_update_isp_params() 1425 if (asd && asd->copy_mode && in atomisp_css_temp_pipe_to_pipe_id() 2266 if (asd->copy_mode) in atomisp_get_pipe_index()
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A D | nf_queue.c | 150 .copy_mode = mode, in nfq_build_cfg_params()
|
| /linux-6.15/include/net/ |
| H A D | tls.h | 114 u32 copy_mode : 1; member
|
| /linux-6.15/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-core.h | 190 unsigned int copy_mode:1; member
|
| H A D | fimc-core.c | 284 sc->copy_mode = 1; in fimc_set_scaler_info() 286 sc->copy_mode = 0; in fimc_set_scaler_info()
|
| H A D | fimc-reg.c | 275 if (sc->copy_mode) in fimc_hw_set_scaler()
|