Searched refs:GTPA_VERSION (Results 1 – 2 of 2) sorted by relevance
24 GTPA_VERSION, enumerator
508 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo()1772 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_pdp_fill()1835 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_pdp_add()2013 if (!info->attrs[GTPA_VERSION] || in gtp_genl_new_pdp()2017 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_new_pdp()2098 } else if (nla[GTPA_VERSION]) { in gtp_find_pdp_by_link()2099 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link()2133 if (!info->attrs[GTPA_VERSION]) in gtp_genl_del_pdp()2169 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) || in gtp_genl_fill_info()2243 if (!info->attrs[GTPA_VERSION]) in gtp_genl_get_pdp()[all …]