Home
last modified time | relevance | path

Searched refs:NLM_F_ACK_TLVS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/openbmc/linux/tools/lib/bpf/
H A Dnlattr.c170 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in libbpf_nla_dump_errormsg()
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h87 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py45 NLM_F_ACK_TLVS = 0x200 variable in Netlink
209 if self.nl_flags & Netlink.NLM_F_ACK_TLVS and extack_off:
H A Dynl.c148 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in ynl_ext_ack_check()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2175 nlh->nlmsg_flags |= NLM_F_ACK_TLVS; in netlink_dump_done()
2472 flags |= NLM_F_ACK_TLVS; in netlink_ack()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst223 of extended ACK is indicated by ``NLM_F_ACK_TLVS`` in