Searched refs:nla_type (Results 1 – 4 of 4) sorted by relevance
39 static int nla_type(const struct nlattr *nla) in nla_type() function41 return nla->nla_type & NLA_TYPE_MASK; in nla_type()49 int type = nla_type(nla); in validate_nla()112 int type = nla_type(nla); in libbpf_nla_parse()
158 nla->nla_type = NLA_F_NESTED | IFLA_XDP; in bpf_set_link_xdp_fd()163 nla_xdp->nla_type = IFLA_XDP_FD; in bpf_set_link_xdp_fd()171 nla_xdp->nla_type = IFLA_XDP_FLAGS; in bpf_set_link_xdp_fd()
120 __u8 genl_cmd, __u16 nla_type, in send_cmd() argument138 na->nla_type = nla_type; in send_cmd()189 if (na->nla_type == CTRL_ATTR_FAMILY_ID) { in get_family_id()478 switch (na->nla_type) { in main()488 switch (na->nla_type) { in main()520 na->nla_type); in main()534 na->nla_type); in main()
213 __u16 nla_type; member