recirc_id         155 net/openvswitch/actions.c 			 u32 recirc_id,
recirc_id        1130 net/openvswitch/actions.c 	u32 recirc_id;
recirc_id        1141 net/openvswitch/actions.c 	recirc_id = nla_get_u32(a);
recirc_id        1142 net/openvswitch/actions.c 	return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true);
recirc_id        1369 net/openvswitch/actions.c 			 struct sw_flow_key *key, u32 recirc_id,
recirc_id        1403 net/openvswitch/actions.c 			clone->recirc_id = recirc_id;
recirc_id        1414 net/openvswitch/actions.c 			key->recirc_id = recirc_id;
recirc_id         884 net/openvswitch/flow.c 		key->recirc_id = tc_ext ? tc_ext->chain : 0;
recirc_id         886 net/openvswitch/flow.c 		key->recirc_id = 0;
recirc_id         889 net/openvswitch/flow.c 	key->recirc_id = 0;
recirc_id          53 net/openvswitch/flow.h 	(offsetof(struct sw_flow_key, recirc_id) +	\
recirc_id          54 net/openvswitch/flow.h 	FIELD_SIZEOF(struct sw_flow_key, recirc_id))
recirc_id          73 net/openvswitch/flow.h 	u32 recirc_id;			/* Recirculation ID.  */
recirc_id        1156 net/openvswitch/flow_netlink.c 		u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]);
recirc_id        1158 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask);
recirc_id        1979 net/openvswitch/flow_netlink.c 	if (nla_put_u32(skb, OVS_KEY_ATTR_RECIRC_ID, output->recirc_id))