Home
last modified time | relevance | path

Searched refs:gtp_version (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/
H A Dgtp.c51 u8 gtp_version; member
91 u8 gtp_version; member
153 pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()
170 pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()
504 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo()
523 echo->gtp_version = GTP_V0; in gtp0_handle_echo_resp_ip()
729 echo.gtp_version = GTP_V1; in gtp1u_handle_echo_resp()
1002 switch (pktinfo->pctx->gtp_version) { in gtp_push_header()
1073 switch (pctx->gtp_version) { in gtp_build_skb_outer_ip4()
1135 switch (pctx->gtp_version) { in gtp_build_skb_outer_ip6()
[all …]
/linux/include/uapi/linux/
H A Dgtp.h16 enum gtp_version { enum