Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/
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()
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 …]
/Linux-v6.6/include/uapi/linux/
Dgtp.h16 enum gtp_version { enum