Searched refs:gtp_version (Results 1 – 2 of 2) sorted by relevance
53 u8 gtp_version; member93 u8 gtp_version; member155 pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()172 pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()506 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo()525 echo->gtp_version = GTP_V0; in gtp0_handle_echo_resp_ip()731 echo.gtp_version = GTP_V1; in gtp1u_handle_echo_resp()1004 switch (pktinfo->pctx->gtp_version) { in gtp_push_header()1075 switch (pctx->gtp_version) { in gtp_build_skb_outer_ip4()1137 switch (pctx->gtp_version) { in gtp_build_skb_outer_ip6()[all …]
16 enum gtp_version { enum