Searched refs:gtp_version (Results 1 – 2 of 2) sorted by relevance
55 u8 gtp_version; member118 if (pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()134 if (pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()448 switch (pktinfo->pctx->gtp_version) { in gtp_push_header()523 switch (pctx->gtp_version) { in gtp_build_skb_ip4()889 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()896 switch (pctx->gtp_version) { in ipv4_pdp_fill()941 if (pctx->gtp_version == GTP_V0) in ipv4_pdp_add()944 else if (pctx->gtp_version == GTP_V1) in ipv4_pdp_add()962 switch (pctx->gtp_version) { in ipv4_pdp_add()[all …]
13 enum gtp_version { enum