Home
last modified time | relevance | path

Searched refs:copy_mode (Results 1 – 14 of 14) sorted by relevance

/external/libnl/src/
Dnf-log.c57 enum nfnl_log_copy_mode copy_mode; in main() local
87 copy_mode = NFNL_LOG_COPY_META; in main()
89 copy_mode = nfnl_log_str2copy_mode(argv[3]); in main()
90 if (copy_mode < 0) in main()
91 nl_cli_fatal(copy_mode, in main()
93 argv[3], nl_geterror(copy_mode)); in main()
95 nfnl_log_set_copy_mode(log, copy_mode); in main()
Dnf-queue.c65 enum nfnl_queue_copy_mode copy_mode; in main() local
99 copy_mode = NFNL_QUEUE_COPY_PACKET; in main()
101 copy_mode = nfnl_queue_str2copy_mode(argv[3]); in main()
102 if (copy_mode < 0) in main()
103 nl_cli_fatal(copy_mode, in main()
105 argv[3], nl_geterror(copy_mode)); in main()
107 nfnl_queue_set_copy_mode(queue, copy_mode); in main()
/external/libnl/lib/netfilter/
Dlog.c122 mode.copy_mode = NFULNL_COPY_NONE; in nfnl_log_build_request()
125 mode.copy_mode = NFULNL_COPY_META; in nfnl_log_build_request()
128 mode.copy_mode = NFULNL_COPY_PACKET; in nfnl_log_build_request()
Dqueue.c137 params.copy_mode = NFQNL_COPY_NONE; in nfnl_queue_build_request()
140 params.copy_mode = NFQNL_COPY_META; in nfnl_queue_build_request()
143 params.copy_mode = NFQNL_COPY_PACKET; in nfnl_queue_build_request()
Dqueue_obj.c61 char *nfnl_queue_copy_mode2str(enum nfnl_queue_copy_mode copy_mode, char *buf, in nfnl_queue_copy_mode2str() argument
64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str()
190 __ADD(QUEUE_ATTR_COPY_MODE, copy_mode)
Dlog_obj.c65 char *nfnl_log_copy_mode2str(enum nfnl_log_copy_mode copy_mode, char *buf, in nfnl_log_copy_mode2str() argument
68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str()
259 __ADD(LOG_ATTR_COPY_MODE, copy_mode)
/external/libhevc/encoder/
Dihevce_cabac_rdo.c849 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, UWORD8 *pu1_entropy_sync_states, WORD32 copy_mode) in ihevce_entropy_rdo_copy_states() argument
852 ASSERT((copy_mode == STORE_ENT_SYNC_RDO_STATE) || (copy_mode == UPDATE_ENT_SYNC_RDO_STATE)); in ihevce_entropy_rdo_copy_states()
854 if(STORE_ENT_SYNC_RDO_STATE == copy_mode) in ihevce_entropy_rdo_copy_states()
861 else if(UPDATE_ENT_SYNC_RDO_STATE == copy_mode) in ihevce_entropy_rdo_copy_states()
Dihevce_cabac_rdo.h118 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, UWORD8 *pu1_entropy_sync_states, WORD32 copy_mode);
/external/libpcap/
Dpcap-netfilter-linux.c417 nflog_send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t copy_… in nflog_send_config_mode() argument
423 msg.copy_mode = copy_mode; in nflog_send_config_mode()
471 nfqueue_send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t cop… in nfqueue_send_config_mode() argument
477 msg.copy_mode = copy_mode; in nfqueue_send_config_mode()
/external/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_queue.h85 __u8 copy_mode; /* enum nfqnl_config_mode */ member
Dnfnetlink_log.h77 __u8 copy_mode; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dnfnetlink_log.h87 __u8 copy_mode; member
Dnfnetlink_queue.h97 __u8 copy_mode; /* enum nfqnl_config_mode */ member
/external/igt-gpu-tools/tests/i915/
Dgem_mmap_gtt.c1024 const struct copy_mode { struct
1036 for (const struct copy_mode *m = copy_modes; m->suffix; m++) { argument