Lines Matching refs:gtp_version
50 u8 gtp_version;
113 if (pdp->gtp_version == GTP_V0 &&
129 if (pdp->gtp_version == GTP_V1 &&
452 switch (pktinfo->pctx->gtp_version) {
527 switch (pctx->gtp_version) {
905 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]);
912 switch (pctx->gtp_version) {
969 if (pctx->gtp_version == GTP_V0)
972 else if (pctx->gtp_version == GTP_V1)
990 switch (pctx->gtp_version) {
1007 switch (pctx->gtp_version) {
1119 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]);
1121 if (gtp_version == GTP_V0 && nla[GTPA_TID])
1123 else if (gtp_version == GTP_V1 && nla[GTPA_I_TEI])
1161 if (pctx->gtp_version == GTP_V0)
1164 else if (pctx->gtp_version == GTP_V1)
1196 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) ||
1202 switch (pctx->gtp_version) {