OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4 1117 net/openvswitch/actions.c 	case OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4:
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4  311 net/openvswitch/conntrack.c 			if (nla_put(skb, OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4,
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4  933 net/openvswitch/flow.c 	if (attrs & (1 << OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4) &&
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4  159 net/openvswitch/flow_netlink.c 			| (1 << OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4)
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4  196 net/openvswitch/flow_netlink.c 			mask_allowed |= 1 << OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4;
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4  432 net/openvswitch/flow_netlink.c 	[OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4] = {
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4 1234 net/openvswitch/flow_netlink.c 	if (*attrs & (1ULL << OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4)) {
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4 1237 net/openvswitch/flow_netlink.c 		ct = nla_data(a[OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4]);
OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4 1244 net/openvswitch/flow_netlink.c 		*attrs &= ~(1ULL << OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4);