nla_entype 181 net/core/lwtunnel.c struct nlattr *nla_entype; nla_entype 190 net/core/lwtunnel.c nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); nla_entype 192 net/core/lwtunnel.c if (nla_entype) { nla_entype 193 net/core/lwtunnel.c encap_type = nla_get_u16(nla_entype);