Lines Matching defs:key

71 	struct sw_flow_key key[OVS_DEFERRED_ACTION_THRESHOLD];  member
85 struct sw_flow_key *key = NULL; in clone_key() local
124 const struct sw_flow_key *key, in add_deferred_actions()
143 static void invalidate_flow_key(struct sw_flow_key *key) in invalidate_flow_key()
148 static bool is_flow_key_valid(const struct sw_flow_key *key) in is_flow_key_valid()
163 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
177 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
207 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
221 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
247 const struct ovs_key_ethernet *key, in set_eth_addr()
273 static int pop_eth(struct sk_buff *skb, struct sw_flow_key *key) in pop_eth()
285 static int push_eth(struct sk_buff *skb, struct sw_flow_key *key, in push_eth()
311 static int push_nsh(struct sk_buff *skb, struct sw_flow_key *key, in push_nsh()
326 static int pop_nsh(struct sk_buff *skb, struct sw_flow_key *key) in pop_nsh()
443 const struct ovs_key_ipv4 *key, in set_ipv4()
495 const struct ovs_key_ipv6 *key, in set_ipv6()
575 struct ovs_key_nsh key; in set_nsh() local
637 const struct ovs_key_udp *key, in set_udp()
679 const struct ovs_key_tcp *key, in set_tcp()
708 const struct ovs_key_sctp *key, in set_sctp()
814 struct sw_flow_key *key) in ovs_fragment()
878 struct sw_flow_key *key) in do_output()
909 struct sw_flow_key *key, const struct nlattr *attr, in output_userspace()
966 struct sw_flow_key *key, const struct nlattr *attr, in sample()
997 struct sw_flow_key *key, const struct nlattr *attr, in clone()
1014 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
1125 struct sw_flow_key *key, in execute_recirc()
1144 struct sw_flow_key *key, in execute_check_pkt_len()
1179 struct sw_flow_key *key, in do_execute_actions()
1367 struct sw_flow_key *key, u32 recirc_id, in clone_execute()
1445 struct sw_flow_key *key = &da->pkt_key; in process_deferred_actions() local
1462 struct sw_flow_key *key) in ovs_execute_actions()