Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dnlattr.c176 /* if NLM_F_CAPPED is set then the inner err msg was capped */ in libbpf_nla_dump_errormsg()
177 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in libbpf_nla_dump_errormsg()
/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c59 #ifndef NLM_F_CAPPED
60 #define NLM_F_CAPPED 0x100 macro
344 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in error_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c62 #ifndef NLM_F_CAPPED
63 #define NLM_F_CAPPED 0x100 macro
362 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in error_handler()

Completed in 27 milliseconds