Lines Matching refs:ct_orig
1242 SW_FLOW_KEY_PUT(match, ipv4.ct_orig.src, ct->ipv4_src, is_mask);
1243 SW_FLOW_KEY_PUT(match, ipv4.ct_orig.dst, ct->ipv4_dst, is_mask);
1254 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.src, &ct->ipv6_src,
1255 sizeof(match->key->ipv6.ct_orig.src),
1257 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.dst, &ct->ipv6_dst,
1258 sizeof(match->key->ipv6.ct_orig.dst),
1941 memset(&key->ipv4.ct_orig, 0, sizeof(key->ipv4.ct_orig));
1942 memset(&key->ipv6.ct_orig, 0, sizeof(key->ipv6.ct_orig));