Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dapi.c1234 static const int cp_orig_mask[] = { in nfct_copy() local
1247 #define __CP_ORIG_MAX sizeof(cp_orig_mask)/sizeof(int) in nfct_copy()
1251 if (test_bit(cp_orig_mask[i], ct2->head.set)) { in nfct_copy()
1253 copy_attr_array[cp_orig_mask[i]](ct1, ct2); in nfct_copy()
1254 set_bit(cp_orig_mask[i], ct1->head.set); in nfct_copy()