Lines Matching refs:gtp_version
50 u8 gtp_version; member
113 if (pdp->gtp_version == GTP_V0 && in gtp0_pdp_find()
129 if (pdp->gtp_version == GTP_V1 && in gtp1_pdp_find()
450 switch (pktinfo->pctx->gtp_version) { in gtp_push_header()
525 switch (pctx->gtp_version) { in gtp_build_skb_ip4()
899 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()
906 switch (pctx->gtp_version) { in ipv4_pdp_fill()
963 if (pctx->gtp_version == GTP_V0) in gtp_pdp_add()
966 else if (pctx->gtp_version == GTP_V1) in gtp_pdp_add()
984 switch (pctx->gtp_version) { in gtp_pdp_add()
1001 switch (pctx->gtp_version) { in gtp_pdp_add()
1113 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link() local
1115 if (gtp_version == GTP_V0 && nla[GTPA_TID]) in gtp_find_pdp_by_link()
1117 else if (gtp_version == GTP_V1 && nla[GTPA_I_TEI]) in gtp_find_pdp_by_link()
1155 if (pctx->gtp_version == GTP_V0) in gtp_genl_del_pdp()
1158 else if (pctx->gtp_version == GTP_V1) in gtp_genl_del_pdp()
1190 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) || in gtp_genl_fill_info()
1196 switch (pctx->gtp_version) { in gtp_genl_fill_info()