Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dflow_netlink.c1965 struct nlattr *in_encap = NULL; in __ovs_nla_put_key() local
2025 in_encap = nla_nest_start(skb, OVS_KEY_ATTR_ENCAP); in __ovs_nla_put_key()
2053 WARN_ON_ONCE(!(encap && in_encap)); in __ovs_nla_put_key()
2186 if (in_encap) in __ovs_nla_put_key()
2187 nla_nest_end(skb, in_encap); in __ovs_nla_put_key()