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

/linux-master/include/uapi/linux/
H A Dgtp.h16 enum gtp_version { enum
/linux-master/drivers/net/
H A Dgtp.c50 u8 gtp_version; member in struct:pdp_ctx
85 u8 gtp_version; member in struct:echo_info
133 if (pdp->gtp_version == GTP_V0 &&
149 if (pdp->gtp_version == GTP_V1 &&
362 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) ||
391 echo.gtp_version = GTP_V0;
554 echo.gtp_version = GTP_V1;
773 switch (pktinfo->pctx->gtp_version) {
847 switch (pctx->gtp_version) {
1301 pctx->gtp_version
1514 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); local
[all...]

Completed in 107 milliseconds