Searched refs:nla_type (Results 1 - 8 of 8) sorted by relevance
/third_party/libbpf/src/ |
H A D | nlattr.c | 40 static int nla_type(const struct nlattr *nla) in nla_type() function 42 return nla->nla_type & NLA_TYPE_MASK; in nla_type() 50 int type = nla_type(nla); in validate_nla() 113 int type = nla_type(nla); in libbpf_nla_parse()
|
H A D | nlattr.h | 152 nla->nla_type = type; in nlattr_add()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_getdelays.c | 124 __u8 genl_cmd, __u16 nla_type, void *nla_data, int nla_len) in send_cmd() 141 na->nla_type = nla_type; in send_cmd() 189 if (na->nla_type == CTRL_ATTR_FAMILY_ID) { in get_family_id() 439 switch (na->nla_type) { in main() 449 switch (na->nla_type) { in main() 493 " nla_type %d\n", in main() 494 na->nla_type); in main() 508 fprintf(stderr, "Unknown nla_type %d\n", in main() 509 na->nla_type); in main() 123 send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, __u8 genl_cmd, __u16 nla_type, void *nla_data, int nla_len) send_cmd() argument [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | netlink.h | 213 __u16 nla_type; member 217 * nla_type (16 bits)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 116 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes() 182 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process() 366 switch (nla_type(nl_iftype)) { in get_iface_akm_suites_info() 402 nl80211_iftype_str(nla_type(nl_iftype)), in get_iface_akm_suites_info() 1654 ac = nl_wmm->nla_type; in phy_info_freq() 1893 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band() 1921 phy_info->last_mode = nl_band->nla_type; in phy_info_band()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_capa.c | 111 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes() 177 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process() 1430 ac = nl_wmm->nla_type; in phy_info_freq() 1659 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band() 1687 phy_info->last_mode = nl_band->nla_type; in phy_info_band()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 236 pub nla_type: u16,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 597 pub nla_type: u16,
|
Completed in 29 milliseconds