Searched refs:errornum (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_log_buf.h | 464 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 468 errornum, len, stackinfo, th_hostorder, \ 530 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 534 eventid, errornum, len, stackinfo, \ 538 errornum, len, stackinfo, th_hostorder, \ 543 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 546 tcp_log_event(tp, th, rxbuf, txbuf, eventid, errornum, len, \ 556 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 581 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event() argument
|
| H A D | tcp_log_buf.c | 1685 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event() argument 1831 log_buf->tlb_errno = errornum; in tcp_log_event()
|