Searched refs:NLMSGERR_ATTR_OFFS (Results 1 – 6 of 6) sorted by relevance
138 NLMSGERR_ATTR_OFFS, enumerator
161 [NLMSGERR_ATTR_OFFS] = { .type = LIBBPF_NLA_U32 }, in libbpf_nla_dump_errormsg()
56 case NLMSGERR_ATTR_OFFS: in nl_get_extack()
232 case NLMSGERR_ATTR_OFFS: in ynl_ext_ack_check()251 if (tb[NLMSGERR_ATTR_OFFS]) { in ynl_ext_ack_check()255 ys->err.attr_offs = ynl_attr_get_u32(tb[NLMSGERR_ATTR_OFFS]); in ynl_ext_ack_check()
77 NLMSGERR_ATTR_OFFS = 2 variable in Netlink224 elif extack.type == Netlink.NLMSGERR_ATTR_OFFS:
86 if (attrs->rta_type == NLMSGERR_ATTR_OFFS) { in nl_error()
Completed in 18 milliseconds