Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_log_buf.h31 #define TCP_LOG_REASON_LEN 32 macro
304 char tlh_reason[TCP_LOG_REASON_LEN];
314 char tldl_reason[TCP_LOG_REASON_LEN];
HDtcp_log_buf.c2345 strlcpy(hdr->tlh_reason, entry->tldl_reason, TCP_LOG_REASON_LEN); in tcp_log_expandlogbuf()
2444 strlcpy(entry->tldl_reason, reason, TCP_LOG_REASON_LEN); in tcp_log_dump_tp_logbuf()
2446 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_REASON_LEN); in tcp_log_dump_tp_logbuf()
2534 strlcpy(entry->tldl_reason, reason, TCP_LOG_REASON_LEN); in tcp_log_dump_node_logbuf()
2536 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_REASON_LEN); in tcp_log_dump_node_logbuf()
HDtcp_usrreq.c1879 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN);
2454 sooptcopyin(sopt, buf, TCP_LOG_REASON_LEN - 1, 0); in tcp_default_ctloutput()