Home
last modified time | relevance | path

Searched refs:NLM_F_ACK_TLVS (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnlattr.c170 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in libbpf_nla_dump_errormsg()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnlattr.c170 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in libbpf_nla_dump_errormsg()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnetlink.h64 #define NLM_F_ACK_TLVS 0x200 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnetlink.h87 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnetlink.h77 #define NLM_F_ACK_TLVS 0x200 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnetlink.h77 #define NLM_F_ACK_TLVS 0x200 macro
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py45 NLM_F_ACK_TLVS = 0x200 variable in Netlink
208 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()
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.c2200 nlh->nlmsg_flags |= NLM_F_ACK_TLVS; in netlink_dump_done()
2430 flags |= NLM_F_ACK_TLVS; in netlink_ack()
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.c2193 nlh->nlmsg_flags |= NLM_F_ACK_TLVS; in netlink_dump_done()
2480 flags |= NLM_F_ACK_TLVS; in netlink_ack()

Completed in 14 milliseconds