Searched refs:copy_modes (Results 1 – 2 of 2) sorted by relevance
/external/libnl/lib/netfilter/ |
D | queue_obj.c | 55 static const struct trans_tbl copy_modes[] = { variable 64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str() 65 ARRAY_SIZE(copy_modes)); in nfnl_queue_copy_mode2str() 70 return __str2type(name, copy_modes, ARRAY_SIZE(copy_modes)); in nfnl_queue_str2copy_mode()
|
D | log_obj.c | 59 static const struct trans_tbl copy_modes[] = { variable 68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str() 69 ARRAY_SIZE(copy_modes)); in nfnl_log_copy_mode2str() 74 return __str2type(name, copy_modes, ARRAY_SIZE(copy_modes)); in nfnl_log_str2copy_mode()
|