Lines Matching refs:ct_orig
1254 SW_FLOW_KEY_PUT(match, ipv4.ct_orig.src, ct->ipv4_src, is_mask);
1255 SW_FLOW_KEY_PUT(match, ipv4.ct_orig.dst, ct->ipv4_dst, is_mask);
1266 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.src, &ct->ipv6_src,
1267 sizeof(match->key->ipv6.ct_orig.src),
1269 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.dst, &ct->ipv6_dst,
1270 sizeof(match->key->ipv6.ct_orig.dst),
1964 memset(&key->ipv4.ct_orig, 0, sizeof(key->ipv4.ct_orig));
1965 memset(&key->ipv6.ct_orig, 0, sizeof(key->ipv6.ct_orig));