Searched refs:GTPA_I_TEI (Results 1 – 2 of 2) sorted by relevance
28 GTPA_I_TEI, /* for GTPv1 only */ enumerator
906 pctx->u.v1.i_tei = nla_get_u32(info->attrs[GTPA_I_TEI]); in ipv4_pdp_fill()1032 if (!info->attrs[GTPA_I_TEI] || in gtp_genl_new_pdp()1086 else if (gtp_version == GTP_V1 && nla[GTPA_I_TEI]) in gtp_find_pdp_by_link()1087 return gtp1_pdp_find(gtp, nla_get_u32(nla[GTPA_I_TEI])); in gtp_find_pdp_by_link()1162 if (nla_put_u32(skb, GTPA_I_TEI, pctx->u.v1.i_tei) || in gtp_genl_fill_info()1266 [GTPA_I_TEI] = { .type = NLA_U32, },