Home
last modified time | relevance | path

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

/net/core/
Dlwtunnel.c188 struct nlattr *nla_entype; in lwtunnel_valid_encap_type_attr() local
197 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
199 if (nla_entype) { in lwtunnel_valid_encap_type_attr()
200 if (nla_len(nla_entype) < sizeof(u16)) { in lwtunnel_valid_encap_type_attr()
204 encap_type = nla_get_u16(nla_entype); in lwtunnel_valid_encap_type_attr()