Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dgtp.h23 GTPA_VERSION, enumerator
/Linux-v5.15/drivers/net/
Dgtp.c915 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()
952 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_pdp_add()
1058 if (!info->attrs[GTPA_VERSION] || in gtp_genl_new_pdp()
1064 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_new_pdp()
1128 } else if (nla[GTPA_VERSION]) { in gtp_find_pdp_by_link()
1129 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link()
1160 if (!info->attrs[GTPA_VERSION]) in gtp_genl_del_pdp()
1206 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) || in gtp_genl_fill_info()
1259 if (!info->attrs[GTPA_VERSION]) in gtp_genl_get_pdp()
1341 [GTPA_VERSION] = { .type = NLA_U32, },