Lines Matching refs:sw_flow_key
54 struct sw_flow_key pkt_key;
84 struct sw_flow_key key[OVS_DEFERRED_ACTION_THRESHOLD];
94 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key()
98 struct sw_flow_key *key = NULL; in clone_key()
137 const struct sw_flow_key *key, in add_deferred_actions()
156 static void invalidate_flow_key(struct sw_flow_key *key) in invalidate_flow_key()
161 static bool is_flow_key_valid(const struct sw_flow_key *key) in is_flow_key_valid()
167 struct sw_flow_key *key,
185 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
221 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
255 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls()
280 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
294 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
319 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr()
346 static int pop_eth(struct sk_buff *skb, struct sw_flow_key *key) in pop_eth()
358 static int push_eth(struct sk_buff *skb, struct sw_flow_key *key, in push_eth()
384 static int push_nsh(struct sk_buff *skb, struct sw_flow_key *key, in push_nsh()
399 static int pop_nsh(struct sk_buff *skb, struct sw_flow_key *key) in pop_nsh()
515 static int set_ipv4(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv4()
567 static int set_ipv6(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv6()
638 static int set_nsh(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_nsh()
709 static int set_udp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_udp()
751 static int set_tcp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_tcp()
780 static int set_sctp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_sctp()
882 struct sw_flow_key *key) in ovs_fragment()
946 struct sw_flow_key *key) in do_output()
977 struct sw_flow_key *key, const struct nlattr *attr, in output_userspace()
1034 struct sw_flow_key *key, const struct nlattr *attr, in sample()
1065 struct sw_flow_key *key, const struct nlattr *attr, in clone()
1082 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
1098 struct sw_flow_key *flow_key, in execute_set_action()
1118 struct sw_flow_key *flow_key, in execute_masked_set_action()
1193 struct sw_flow_key *key, in execute_recirc()
1213 struct sw_flow_key *key, in do_execute_actions()
1391 struct sw_flow_key *key, u32 recirc_id, in clone_execute()
1396 struct sw_flow_key *clone; in clone_execute()
1469 struct sw_flow_key *key = &da->pkt_key; in process_deferred_actions()
1486 struct sw_flow_key *key) in ovs_execute_actions()