Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dgtp.h31 GTPA_I_TEI, /* for GTPv1 only */ enumerator
/openbmc/linux/drivers/net/
H A Dgtp.c1334 pctx->u.v1.i_tei = nla_get_u32(info->attrs[GTPA_I_TEI]); in ipv4_pdp_fill()
1364 nla_get_u32(info->attrs[GTPA_I_TEI])); in gtp_pdp_add()
1475 if (!info->attrs[GTPA_I_TEI] || in gtp_genl_new_pdp()
1535 else if (gtp_version == GTP_V1 && nla[GTPA_I_TEI]) in gtp_find_pdp_by_link()
1536 return gtp1_pdp_find(gtp, nla_get_u32(nla[GTPA_I_TEI])); in gtp_find_pdp_by_link()
1611 if (nla_put_u32(skb, GTPA_I_TEI, pctx->u.v1.i_tei) || in gtp_genl_fill_info()
1828 [GTPA_I_TEI] = { .type = NLA_U32, },