Searched refs:ct_family (Results 1 – 3 of 3) sorted by relevance
224 nl_af2str(ct->ct_family, buf, sizeof(buf))); in ct_dump_details()314 diff |= CT_DIFF_VAL(FAMILY, ct_family); in ct_compare()416 ct->ct_family = family; in nfnl_ct_set_family()423 return ct->ct_family; in nfnl_ct_get_family()616 if (addr->a_family != ct->ct_family) in ct_set_addr()
192 if (ct->ct_family == AF_INET) { in ct_parse_proto()202 } else if (ct->ct_family == AF_INET6) { in ct_parse_proto()
812 uint8_t ct_family; member