Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_netlink.c2807 struct nlattr *nsh_key = nla_data(a); in validate_push_nsh() local
2812 if (!nla_ok(nsh_key, nla_len(a)) || in validate_push_nsh()
2813 nla_total_size(nla_len(nsh_key)) != nla_len(a) || in validate_push_nsh()
2814 nla_type(nsh_key) != OVS_KEY_ATTR_NSH) in validate_push_nsh()
2818 return !nsh_key_put_from_nlattr(nsh_key, &match, false, true, log); in validate_push_nsh()