Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds