Searched refs:eventid (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.h | 301 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 304 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 330 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 334 eventid, errornum, len, stackinfo, \ 337 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 342 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 345 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 356 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 375 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
|
| H A D | tcp_log_buf.c | 1521 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument 1653 log_buf->tlb_eventid = eventid; in tcp_log_event_()
|