Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dgtp.h23 GTPA_VERSION, enumerator
/Linux-v5.10/drivers/net/
Dgtp.c900 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()
937 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_pdp_add()
1043 if (!info->attrs[GTPA_VERSION] || in gtp_genl_new_pdp()
1049 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_new_pdp()
1113 } else if (nla[GTPA_VERSION]) { in gtp_find_pdp_by_link()
1114 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link()
1145 if (!info->attrs[GTPA_VERSION]) in gtp_genl_del_pdp()
1191 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) || in gtp_genl_fill_info()
1244 if (!info->attrs[GTPA_VERSION]) in gtp_genl_get_pdp()
1326 [GTPA_VERSION] = { .type = NLA_U32, },