Lines Matching defs:key

73 	struct sw_flow_key key[OVS_DEFERRED_ACTION_THRESHOLD];  member
87 struct sw_flow_key *key = NULL; in clone_key() local
126 const struct sw_flow_key *key, in add_deferred_actions()
145 static void invalidate_flow_key(struct sw_flow_key *key) in invalidate_flow_key()
150 static bool is_flow_key_valid(const struct sw_flow_key *key) in is_flow_key_valid()
165 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
181 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
218 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
232 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
258 const struct ovs_key_ethernet *key, in set_eth_addr()
284 static int pop_eth(struct sk_buff *skb, struct sw_flow_key *key) in pop_eth()
298 static int push_eth(struct sk_buff *skb, struct sw_flow_key *key, in push_eth()
315 struct sw_flow_key *key, in push_nsh()
336 static int pop_nsh(struct sk_buff *skb, struct sw_flow_key *key) in pop_nsh()
486 const struct ovs_key_ipv4 *key, in set_ipv4()
538 const struct ovs_key_ipv6 *key, in set_ipv6()
617 struct ovs_key_nsh key; in set_nsh() local
680 const struct ovs_key_udp *key, in set_udp()
723 const struct ovs_key_tcp *key, in set_tcp()
752 const struct ovs_key_sctp *key, in set_sctp()
861 struct sw_flow_key *key) in ovs_fragment()
924 struct sw_flow_key *key) in do_output()
955 struct sw_flow_key *key, const struct nlattr *attr, in output_userspace()
1014 struct sw_flow_key *key, in dec_ttl_exception_handler()
1033 struct sw_flow_key *key, const struct nlattr *attr, in sample()
1064 struct sw_flow_key *key, const struct nlattr *attr, in clone()
1081 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
1200 struct sw_flow_key *key, in execute_recirc()
1219 struct sw_flow_key *key, in execute_check_pkt_len()
1257 static int execute_dec_ttl(struct sk_buff *skb, struct sw_flow_key *key) in execute_dec_ttl()
1298 struct sw_flow_key *key, in do_execute_actions()
1518 struct sw_flow_key *key, u32 recirc_id, in clone_execute()
1596 struct sw_flow_key *key = &da->pkt_key; in process_deferred_actions() local
1613 struct sw_flow_key *key) in ovs_execute_actions()