/external/libnl/src/ |
D | nf-log.c | 57 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()
|
D | nf-queue.c | 65 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/ |
D | log.c | 122 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()
|
D | queue.c | 137 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()
|
D | queue_obj.c | 61 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)
|
D | log_obj.c | 65 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/ |
D | ihevce_cabac_rdo.c | 849 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()
|
D | ihevce_cabac_rdo.h | 118 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, UWORD8 *pu1_entropy_sync_states, WORD32 copy_mode);
|
/external/libpcap/ |
D | pcap-netfilter-linux.c | 417 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/ |
D | nfnetlink_queue.h | 85 __u8 copy_mode; /* enum nfqnl_config_mode */ member
|
D | nfnetlink_log.h | 77 __u8 copy_mode; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nfnetlink_log.h | 87 __u8 copy_mode; member
|
D | nfnetlink_queue.h | 97 __u8 copy_mode; /* enum nfqnl_config_mode */ member
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_mmap_gtt.c | 1024 const struct copy_mode { struct 1036 for (const struct copy_mode *m = copy_modes; m->suffix; m++) { argument
|