Home
last modified time | relevance | path

Searched refs:swkey (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.c1988 static int __ovs_nla_put_key(const struct sw_flow_key *swkey, in __ovs_nla_put_key() argument
2006 if ((swkey->tun_proto || is_mask)) { in __ovs_nla_put_key()
2010 opts = TUN_METADATA_OPTS(output, swkey->tun_opts_len); in __ovs_nla_put_key()
2013 swkey->tun_opts_len, swkey->tun_proto, 0)) in __ovs_nla_put_key()
2017 if (swkey->phy.in_port == DP_MAX_PORTS) { in __ovs_nla_put_key()
2033 if (ovs_ct_put_key(swkey, output, skb)) in __ovs_nla_put_key()
2036 if (ovs_key_mac_proto(swkey) == MAC_PROTO_ETHERNET) { in __ovs_nla_put_key()
2045 if (swkey->eth.vlan.tci || eth_type_vlan(swkey in __ovs_nla_put_key()
2233 ovs_nla_put_key(const struct sw_flow_key *swkey, const struct sw_flow_key *output, int attr, bool is_mask, struct sk_buff *skb) ovs_nla_put_key() argument
[all...]
H A Dconntrack.h29 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
H A Dconntrack.c279 int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key() argument
298 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()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.c2011 static int __ovs_nla_put_key(const struct sw_flow_key *swkey, in __ovs_nla_put_key() argument
2029 if ((swkey->tun_proto || is_mask)) { in __ovs_nla_put_key()
2033 opts = TUN_METADATA_OPTS(output, swkey->tun_opts_len); in __ovs_nla_put_key()
2036 swkey->tun_opts_len, swkey->tun_proto, 0)) in __ovs_nla_put_key()
2040 if (swkey->phy.in_port == DP_MAX_PORTS) { in __ovs_nla_put_key()
2056 if (ovs_ct_put_key(swkey, output, skb)) in __ovs_nla_put_key()
2059 if (ovs_key_mac_proto(swkey) == MAC_PROTO_ETHERNET) { in __ovs_nla_put_key()
2068 if (swkey->eth.vlan.tci || eth_type_vlan(swkey in __ovs_nla_put_key()
2264 ovs_nla_put_key(const struct sw_flow_key *swkey, const struct sw_flow_key *output, int attr, bool is_mask, struct sk_buff *skb) ovs_nla_put_key() argument
[all...]
H 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
H A Dconntrack.c285 int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key() argument
304 if (swkey->ct_orig_proto) { in ovs_ct_put_key()
305 if (swkey->eth.type == htons(ETH_P_IP)) { in ovs_ct_put_key()
318 } else if (swkey->eth.type == htons(ETH_P_IPV6)) { in ovs_ct_put_key()

Completed in 12 milliseconds