Lines Matching refs:gtp_version
50 u8 gtp_version;
85 u8 gtp_version;
133 if (pdp->gtp_version == GTP_V0 &&
149 if (pdp->gtp_version == GTP_V1 &&
362 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) ||
391 echo.gtp_version = GTP_V0;
554 echo.gtp_version = GTP_V1;
787 switch (pktinfo->pctx->gtp_version) {
861 switch (pctx->gtp_version) {
1313 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]);
1320 switch (pctx->gtp_version) {
1377 if (pctx->gtp_version == GTP_V0)
1380 else if (pctx->gtp_version == GTP_V1)
1398 switch (pctx->gtp_version) {
1415 switch (pctx->gtp_version) {
1527 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]);
1529 if (gtp_version == GTP_V0 && nla[GTPA_TID])
1531 else if (gtp_version == GTP_V1 && nla[GTPA_I_TEI])
1569 if (pctx->gtp_version == GTP_V0)
1572 else if (pctx->gtp_version == GTP_V1)
1594 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) ||
1600 switch (pctx->gtp_version) {