Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dnetlink.h77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
/tools/lib/bpf/
Dnlattr.c177 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in libbpf_nla_dump_errormsg()
/tools/net/ynl/lib/
Dynl.c268 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in ynl_cb_error()
Dynl.py44 NLM_F_CAPPED = 0x100 variable in Netlink