Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_message_parser.h83 #define npt_alloc_sockaddr(_npt, _len) \ argument
84 ((struct sockaddr *)(npt_alloc((_npt), (_len))))
214 #define NLMSG_REPORT_ERR_MSG(_npt, _fmt, ...) { \
215 nlmsg_report_err_msg(_npt, _fmt, ## __VA_ARGS__); \
216 NLP_LOG(LOG_DEBUG, (_npt)->nlp, _fmt, ## __VA_ARGS__); \
213 NLMSG_REPORT_ERR_MSG(_npt,_fmt,...) global() argument