Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dgtp.c53 u8 gtp_version; member
93 u8 gtp_version; member
155 pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()
525 echo->gtp_version = GTP_V0; in gtp0_handle_echo_resp_ip()
731 echo.gtp_version = GTP_V1; in gtp1u_handle_echo_resp()
1075 switch (pctx->gtp_version) { in gtp_build_skb_outer_ip4()
1137 switch (pctx->gtp_version) { in gtp_build_skb_outer_ip6()
1771 switch (pctx->gtp_version) { in gtp_pdp_fill()
1952 switch (pctx->gtp_version) { in gtp_pdp_add()
1969 switch (pctx->gtp_version) { in gtp_pdp_add()
[all …]
/linux-6.15/include/uapi/linux/
H A Dgtp.h16 enum gtp_version { enum