Home
last modified time | relevance | path

Searched refs:swkey (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/net/openvswitch/
A Dflow_netlink.c2026 if ((swkey->tun_proto || is_mask)) { in __ovs_nla_put_key()
2033 swkey->tun_opts_len, swkey->tun_proto, 0)) in __ovs_nla_put_key()
2037 if (swkey->phy.in_port == DP_MAX_PORTS) { in __ovs_nla_put_key()
2053 if (ovs_ct_put_key(swkey, output, skb)) in __ovs_nla_put_key()
2065 if (swkey->eth.vlan.tci || eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()
2069 if (!swkey->eth.vlan.tci) in __ovs_nla_put_key()
2072 if (swkey->eth.cvlan.tci || eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()
2077 if (!swkey->eth.cvlan.tci) in __ovs_nla_put_key()
2100 if (eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()
2181 if (swkey->ip.proto == IPPROTO_TCP) { in __ovs_nla_put_key()
[all …]
A Dconntrack.h30 int ovs_ct_put_key(const struct sw_flow_key *swkey,
91 static inline int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key() argument
A Dconntrack.c284 int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key() argument
303 if (swkey->ct_orig_proto) { in ovs_ct_put_key()
304 if (swkey->eth.type == htons(ETH_P_IP)) { in ovs_ct_put_key()
317 } else if (swkey->eth.type == htons(ETH_P_IPV6)) { in ovs_ct_put_key()

Completed in 13 milliseconds