Searched refs:NLMSGERR_ATTR_MISS_NEST (Results 1 – 2 of 2) sorted by relevance
135 #define NLMSGERR_ATTR_MISS_NEST (NLMSGERR_ATTR_POLICY + 2) macro165 case NLMSGERR_ATTR_MISS_NEST: in ynl_ext_ack_check()222 if (tb[NLMSGERR_ATTR_MISS_NEST]) { in ynl_ext_ack_check()223 off = mnl_attr_get_u32(tb[NLMSGERR_ATTR_MISS_NEST]); in ynl_ext_ack_check()
76 NLMSGERR_ATTR_MISS_NEST = 6 variable in Netlink217 elif extack.type == Netlink.NLMSGERR_ATTR_MISS_NEST: