Searched refs:CT_DIFF_VAL (Results 1 – 1 of 1) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct_obj.c | 308 #define CT_DIFF_VAL(ATTR, FIELD) CT_DIFF(ATTR, a->FIELD != b->FIELD) in ct_compare() macro 314 diff |= CT_DIFF_VAL(FAMILY, ct_family); in ct_compare() 315 diff |= CT_DIFF_VAL(PROTO, ct_proto); in ct_compare() 316 diff |= CT_DIFF_VAL(TCP_STATE, ct_protoinfo.tcp.state); in ct_compare() 317 diff |= CT_DIFF_VAL(TIMEOUT, ct_timeout); in ct_compare() 318 diff |= CT_DIFF_VAL(MARK, ct_mark); in ct_compare() 319 diff |= CT_DIFF_VAL(USE, ct_use); in ct_compare() 320 diff |= CT_DIFF_VAL(ID, ct_id); in ct_compare() 323 diff |= CT_DIFF_VAL(ORIG_SRC_PORT, ct_orig.proto.port.src); in ct_compare() 324 diff |= CT_DIFF_VAL(ORIG_DST_PORT, ct_orig.proto.port.dst); in ct_compare() [all …]
|