Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/
H A Dtcp_log_buf.h474 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument
478 errornum, len, stackinfo, th_hostorder, \
486 * don't add extras (stackinfo). If you are adding extras which
525 * union tcp_log_stackspecific *stackinfo)
534 * stackinfo is optional; if present, it will appear in the record.
540 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument
544 eventid, errornum, len, stackinfo, \
548 errornum, len, stackinfo, th_hostorder, \
552 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument
556 errornum, len, stackinfo, th_hostorde
589 tcp_log_event(struct tcpcb * tp,struct tcphdr * th,struct sockbuf * rxbuf,struct sockbuf * txbuf,uint8_t eventid,int errornum,uint32_t len,union tcp_log_stackspecific * stackinfo,int th_hostorder,const char * output_caller,const char * func,int line,const struct timeval * tv) tcp_log_event() argument
[all...]
H A Dtcp_log_buf.c1676 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event() argument
1873 if (stackinfo != NULL) { in tcp_log_event()
1874 memcpy(&log_buf->tlb_stackinfo, stackinfo, in tcp_log_event()