Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dgtp.h21 GTPA_VERSION, enumerator
/Linux-v4.19/drivers/net/
Dgtp.c889 pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]); in ipv4_pdp_fill()
1017 if (!info->attrs[GTPA_VERSION] || in gtp_genl_new_pdp()
1023 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_new_pdp()
1081 } else if (nla[GTPA_VERSION]) { in gtp_find_pdp_by_link()
1082 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link()
1113 if (!info->attrs[GTPA_VERSION]) in gtp_genl_del_pdp()
1150 if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) || in gtp_genl_fill_info()
1182 if (!info->attrs[GTPA_VERSION]) in gtp_genl_get_pdp()
1260 [GTPA_VERSION] = { .type = NLA_U32, },