Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dexp_obj.c314 #define EXP_DIFF_ADDR(ATTR, FIELD) \ in exp_compare() macro
334 diff |= EXP_DIFF_ADDR(EXPECT_IP_SRC, exp_expect.src); in exp_compare()
335 diff |= EXP_DIFF_ADDR(EXPECT_IP_DST, exp_expect.dst); in exp_compare()
340 diff |= EXP_DIFF_ADDR(MASTER_IP_SRC, exp_master.src); in exp_compare()
341 diff |= EXP_DIFF_ADDR(MASTER_IP_DST, exp_master.dst); in exp_compare()
346 diff |= EXP_DIFF_ADDR(MASK_IP_SRC, exp_mask.src); in exp_compare()
347 diff |= EXP_DIFF_ADDR(MASK_IP_DST, exp_mask.dst); in exp_compare()
352 diff |= EXP_DIFF_ADDR(NAT_IP_SRC, exp_nat.src); in exp_compare()
353 diff |= EXP_DIFF_ADDR(NAT_IP_DST, exp_nat.dst); in exp_compare()
361 #undef EXP_DIFF_ADDR in exp_compare()