Lines Matching refs:sw_flow_key

44 			      struct sw_flow_key *key,
52 struct sw_flow_key pkt_key;
95 const struct sw_flow_key *key, in add_deferred_actions()
112 static void invalidate_flow_key(struct sw_flow_key *key) in invalidate_flow_key()
117 static bool is_flow_key_valid(const struct sw_flow_key *key) in is_flow_key_valid()
122 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
158 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
192 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls()
217 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
229 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
252 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr()
367 static int set_ipv4(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv4()
419 static int set_ipv6(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv6()
497 static int set_udp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_udp()
539 static int set_tcp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_tcp()
568 static int set_sctp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_sctp()
611 struct sw_flow_key *key, const struct nlattr *attr) in output_userspace()
657 struct sw_flow_key *key, const struct nlattr *attr) in sample()
708 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
724 struct sw_flow_key *flow_key, in execute_set_action()
740 struct sw_flow_key *flow_key, in execute_masked_set_action()
801 struct sw_flow_key *key, in execute_recirc()
844 struct sw_flow_key *key, in do_execute_actions()
949 struct sw_flow_key *key = &da->pkt_key; in process_deferred_actions()
966 struct sw_flow_key *key) in ovs_execute_actions()