Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_log_buf.h31 #define TCP_LOG_REASON_LEN 32 macro
272 char tlh_reason[TCP_LOG_REASON_LEN];
282 char tldl_reason[TCP_LOG_REASON_LEN];
HDtcp_log_buf.c2135 strlcpy(hdr->tlh_reason, entry->tldl_reason, TCP_LOG_REASON_LEN); in tcp_log_expandlogbuf()
2235 strlcpy(entry->tldl_reason, reason, TCP_LOG_REASON_LEN); in tcp_log_dump_tp_logbuf()
2237 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_REASON_LEN); in tcp_log_dump_tp_logbuf()
2325 strlcpy(entry->tldl_reason, reason, TCP_LOG_REASON_LEN); in tcp_log_dump_node_logbuf()
2327 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_REASON_LEN); in tcp_log_dump_node_logbuf()
HDtcp_usrreq.c1889 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN);
2355 sooptcopyin(sopt, buf, TCP_LOG_REASON_LEN - 1, 0); in tcp_default_ctloutput()