Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dgtp.c50 u8 gtp_version; member
85 u8 gtp_version; member
133 if (pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()
149 if (pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()
391 echo.gtp_version = GTP_V0; in gtp0_handle_echo_resp()
554 echo.gtp_version = GTP_V1; in gtp1u_handle_echo_resp()
861 switch (pctx->gtp_version) { in gtp_build_skb_ip4()
1324 switch (pctx->gtp_version) { in ipv4_pdp_fill()
1402 switch (pctx->gtp_version) { in gtp_pdp_add()
1419 switch (pctx->gtp_version) { in gtp_pdp_add()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dgtp.h16 enum gtp_version { enum