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.c51 u8 gtp_version; member in struct:pdp_ctx
91 u8 gtp_version; member in struct:echo_info
153 pdp->gtp_version == GTP_V0 &&
170 pdp->gtp_version == GTP_V1 &&
504 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) ||
523 echo->gtp_version = GTP_V0;
729 echo.gtp_version = GTP_V1;
1002 switch (pktinfo->pctx->gtp_version) {
1073 switch (pctx->gtp_version) {
1135 switch (pctx->gtp_version) {
2093 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); local
[all...]

Completed in 127 milliseconds