Searched refs:copy_mode (Results 1 – 11 of 11) sorted by relevance
| /linux/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() 422 strp->copy_mode = 1; in tls_strp_read_copy() 492 if (!strp->copy_mode && force_refresh) { in tls_strp_msg_load() 520 if (unlikely(strp->copy_mode)) in tls_strp_read_sock() [all …]
|
| /linux/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 | 95 u_int8_t copy_mode; member 189 inst->copy_mode = NFQNL_COPY_NONE; in instance_create() 716 switch ((enum nfqnl_config_mode)READ_ONCE(queue->copy_mode)) { in nfqnl_build_packet_message() 1089 if (queue->copy_mode == NFQNL_COPY_NONE) in nfqnl_enqueue_packet() 1205 queue->copy_mode = mode; in nfqnl_set_mode() 1210 queue->copy_mode = mode; in nfqnl_set_mode() 1694 nfqnl_set_mode(queue, params->copy_mode, in nfqnl_recv_config() 1828 inst->copy_mode, inst->copy_range, in seq_show()
|
| /linux/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/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 1147 enum xstate_copy_mode copy_mode) in __copy_xstate_to_uabi_buf() argument 1160 switch (copy_mode) { in __copy_xstate_to_uabi_buf() 1193 if (copy_mode != XSTATE_COPY_XSAVE) in __copy_xstate_to_uabi_buf() 1270 enum xstate_copy_mode copy_mode) in copy_xstate_to_uabi_buf() argument 1274 tsk->thread.pkru, copy_mode); in copy_xstate_to_uabi_buf()
|
| /linux/include/net/ |
| H A D | tls.h | 116 u32 copy_mode : 1; member
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nf_queue.c | 151 .copy_mode = mode, in nfq_build_cfg_params()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| 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()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_cmd.c | 4122 if (asd->copy_mode) { in atomisp_set_fmt_to_isp() 4163 if (asd->copy_mode) in atomisp_set_fmt_to_isp() 4187 if (asd->copy_mode) in atomisp_set_fmt_to_isp() 4229 asd->copy_mode = false; in atomisp_check_copy_mode() 4239 asd->copy_mode = true; in atomisp_check_copy_mode() 4241 asd->copy_mode = false; in atomisp_check_copy_mode() 4243 dev_dbg(asd->isp->dev, "copy_mode: %d\n", asd->copy_mode); in atomisp_check_copy_mode()
|