Searched refs:NLMSGERR_ATTR_MAX (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | nlattr.c | 160 struct libbpf_nla_policy extack_policy[NLMSGERR_ATTR_MAX + 1] = { in libbpf_nla_dump_errormsg() 164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg() 183 if (libbpf_nla_parse(tb, NLMSGERR_ATTR_MAX, attr, alen, in libbpf_nla_dump_errormsg()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | netlink.h | 133 * @NLMSGERR_ATTR_MAX: highest attribute number 142 NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1 enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 59 NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1 enumerator 313 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1]; in ack_handler_cookie() 332 nla_parse(tb, NLMSGERR_ATTR_MAX, attrs, attr_len, NULL); in ack_handler_cookie() 353 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1]; in error_handler() 371 nla_parse(tb, NLMSGERR_ATTR_MAX, attrs, len, NULL); in error_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 56 NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1 enumerator 335 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1]; in error_handler() 353 nla_parse(tb, NLMSGERR_ATTR_MAX, attrs, len, NULL); in error_handler()
|
Completed in 39 milliseconds