Searched refs:nla_type (Results 1 – 8 of 8) sorted by relevance
449 int nla_type(const struct nlattr *nla) in nla_type() function451 return nla->nla_type & NLA_TYPE_MASK; in nla_type()531 int minlen = 0, type = nla_type(nla); in validate_nla()592 int type = nla_type(nla); in nla_parse()671 if (nla_type(nla) == attrtype) in nla_find()809 nla->nla_type = attrtype; in nla_reserve()
935 fprintf(ofd, " [ATTR %02d%s] %d octets\n", nla_type(nla), in dump_attrs()936 nla->nla_type & NLA_F_NESTED ? " NESTED" : "", in dump_attrs()939 if (nla->nla_type & NLA_F_NESTED) in dump_attrs()
129 __u16 nla_type; member
131 __u16 nla_type; member
163 __u16 nla_type; member
77 extern int nla_type(const struct nlattr *);
112 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes()181 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process()1100 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()1126 phy_info->last_mode = nl_band->nla_type; in phy_info_band()
242 nla.nla_type = NFQA_PAYLOAD; in nfnl_queue_msg_send_verdict_payload()