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