Searched refs:GTPA_I_TEI (Results 1 – 2 of 2) sorted by relevance
31 GTPA_I_TEI, /* for GTPv1 only */ enumerator
1338 pctx->u.v1.i_tei = nla_get_u32(info->attrs[GTPA_I_TEI]); in ipv4_pdp_fill()1368 nla_get_u32(info->attrs[GTPA_I_TEI])); in gtp_pdp_add()1479 if (!info->attrs[GTPA_I_TEI] || in gtp_genl_new_pdp()1539 else if (gtp_version == GTP_V1 && nla[GTPA_I_TEI]) in gtp_find_pdp_by_link()1540 return gtp1_pdp_find(gtp, nla_get_u32(nla[GTPA_I_TEI])); in gtp_find_pdp_by_link()1615 if (nla_put_u32(skb, GTPA_I_TEI, pctx->u.v1.i_tei) || in gtp_genl_fill_info()1835 [GTPA_I_TEI] = { .type = NLA_U32, },