Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dgtp.h24 GTPA_VERSION, enumerator
/linux-6.15/drivers/net/
H A Dgtp.c506 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo()
1832 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_pdp_add()
2010 if (!info->attrs[GTPA_VERSION] || in gtp_genl_new_pdp()
2014 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_new_pdp()
2095 } else if (nla[GTPA_VERSION]) { in gtp_find_pdp_by_link()
2096 u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]); in gtp_find_pdp_by_link()
2130 if (!info->attrs[GTPA_VERSION]) in gtp_genl_del_pdp()
2240 if (!info->attrs[GTPA_VERSION]) in gtp_genl_get_pdp()
2335 if (!info->attrs[GTPA_VERSION] || in gtp_genl_send_echo_req()
2341 version = nla_get_u32(info->attrs[GTPA_VERSION]); in gtp_genl_send_echo_req()
[all …]