Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dgtp.h21 GTPA_VERSION, enumerator
/Linux-v5.4/drivers/net/
Dgtp.c904 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()
1032 if (!info->attrs[GTPA_VERSION] || in gtp_genl_new_pdp()
1038 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_new_pdp()
1098 } else if (nla[GTPA_VERSION]) { in gtp_find_pdp_by_link()
1099 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link()
1130 if (!info->attrs[GTPA_VERSION]) in gtp_genl_del_pdp()
1167 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) || in gtp_genl_fill_info()
1199 if (!info->attrs[GTPA_VERSION]) in gtp_genl_get_pdp()
1277 [GTPA_VERSION] = { .type = NLA_U32, },