Searched refs:validate_nsh (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_netlink.c | 1304 /* validate_nsh has check this, so we needn't do duplicate check here in nsh_hdr_from_nlattr() 1355 /* validate_nsh has check this, so we needn't do duplicate check here in nsh_key_from_nlattr() 2828 static bool validate_nsh(const struct nlattr *attr, bool is_mask, in validate_and_copy_set_tun() 2988 if (!validate_nsh(nla_data(a), masked, false, log)) in validate_set() 3401 if (!validate_nsh(nla_data(a), false, true, true)) in __ovs_nla_copy_actions() 2841 static bool validate_nsh(const struct nlattr *attr, bool is_mask, validate_nsh() function
|