Searched refs:swkey (Results 1 – 3 of 3) sorted by relevance
29 int ovs_ct_put_key(const struct sw_flow_key *swkey,89 static inline int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key() argument
1987 static int __ovs_nla_put_key(const struct sw_flow_key *swkey, in __ovs_nla_put_key() argument2005 if ((swkey->tun_proto || is_mask)) { in __ovs_nla_put_key()2009 opts = TUN_METADATA_OPTS(output, swkey->tun_opts_len); in __ovs_nla_put_key()2012 swkey->tun_opts_len, swkey->tun_proto, 0)) in __ovs_nla_put_key()2016 if (swkey->phy.in_port == DP_MAX_PORTS) { in __ovs_nla_put_key()2032 if (ovs_ct_put_key(swkey, output, skb)) in __ovs_nla_put_key()2035 if (ovs_key_mac_proto(swkey) == MAC_PROTO_ETHERNET) { in __ovs_nla_put_key()2044 if (swkey->eth.vlan.tci || eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()2048 if (!swkey->eth.vlan.tci) in __ovs_nla_put_key()2051 if (swkey->eth.cvlan.tci || eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()[all …]
279 int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key() argument298 if (swkey->ct_orig_proto) { in ovs_ct_put_key()299 if (swkey->eth.type == htons(ETH_P_IP)) { in ovs_ct_put_key()312 } else if (swkey->eth.type == htons(ETH_P_IPV6)) { in ovs_ct_put_key()