Home
last modified time | relevance | path

Searched refs:NLM_F_MULTI (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/tools/lib/bpf/
Dnetlink.c104 if (nh->nlmsg_flags & NLM_F_MULTI) in bpf_netlink_recv()