Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_log_buf.h292 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument
296 errornum, len, stackinfo, th_hostorder, \
321 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument
325 eventid, errornum, len, stackinfo, \
329 errornum, len, stackinfo, th_hostorder, \
333 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument
337 errornum, len, stackinfo, th_hostorder, \
348 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
365 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
Dtcp_log_buf.c1335 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
1459 log_buf->tlb_errno = errornum; in tcp_log_event_()