Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/Linux-v5.4/tools/lib/bpf/
Dnlattr.c169 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in libbpf_nla_dump_errormsg()
/Linux-v5.4/net/netlink/
Daf_netlink.c2271 nlh->nlmsg_flags |= NLM_F_ACK_TLVS; in netlink_dump()
2409 flags |= NLM_F_ACK_TLVS; in netlink_ack()