Lines Matching defs:key
26 int ovs_ct_clear(struct sk_buff *skb, struct sw_flow_key *key);
28 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key);
50 const struct sw_flow_key *key,
63 struct sw_flow_key *key,
71 struct sw_flow_key *key)
77 struct sw_flow_key *key)
79 key->ct_state = 0;
80 key->ct_zone = 0;
81 key->ct.mark = 0;
82 memset(&key->ct.labels, 0, sizeof(key->ct.labels));
84 * direction key fields.
86 key->ct_orig_proto = 0;