Searched refs:gtp_version (Results 1 – 2 of 2) sorted by relevance
50 u8 gtp_version; member85 u8 gtp_version; member133 if (pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()149 if (pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()362 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo()391 echo.gtp_version = GTP_V0; in gtp0_handle_echo_resp()554 echo.gtp_version = GTP_V1; in gtp1u_handle_echo_resp()787 switch (pktinfo->pctx->gtp_version) { in gtp_push_header()861 switch (pctx->gtp_version) { in gtp_build_skb_ip4()1313 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()[all …]
16 enum gtp_version { enum