Searched refs:gtp_version (Results 1 – 2 of 2) sorted by relevance
51 u8 gtp_version; member114 if (pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()130 if (pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()457 switch (pktinfo->pctx->gtp_version) { in gtp_push_header()532 switch (pctx->gtp_version) { in gtp_build_skb_ip4()904 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()911 switch (pctx->gtp_version) { in ipv4_pdp_fill()956 if (pctx->gtp_version == GTP_V0) in ipv4_pdp_add()959 else if (pctx->gtp_version == GTP_V1) in ipv4_pdp_add()977 switch (pctx->gtp_version) { in ipv4_pdp_add()[all …]
13 enum gtp_version { enum