Home
last modified time | relevance | path

Searched refs:NLMSGERR_ATTR_MISS_NEST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.c135 #define NLMSGERR_ATTR_MISS_NEST (NLMSGERR_ATTR_POLICY + 2) macro
165 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()
H A Dynl.py76 NLMSGERR_ATTR_MISS_NEST = 6 variable in Netlink
216 elif extack.type == Netlink.NLMSGERR_ATTR_MISS_NEST:
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnetlink.h144 * %NLMSGERR_ATTR_MISS_NEST will not be present if the attribute was
146 * @NLMSGERR_ATTR_MISS_NEST: offset of the nest where attribute was missing
157 NLMSGERR_ATTR_MISS_NEST, enumerator
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.c2454 WARN_ON(nla_put_u32(skb, NLMSGERR_ATTR_MISS_NEST, in netlink_ack_tlv_fill()

Completed in 7 milliseconds