Searched refs:TCP_LOG_ID_LEN (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_log_buf.c | 239 char tlb_id[TCP_LOG_ID_LEN]; 296 return strncmp(a->tlb_id, b->tlb_id, TCP_LOG_ID_LEN); in tcp_log_id_cmp() 688 strncpy(tlb->tlb_id, id, TCP_LOG_ID_LEN - 1); in tcp_log_set_id() 689 tlb->tlb_id[TCP_LOG_ID_LEN - 1] = '\0'; in tcp_log_set_id() 811 len = strlcpy(buf, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_get_id() 812 KASSERT(len < TCP_LOG_ID_LEN, in tcp_log_get_id() 1933 strlcpy(hdr->tlh_id, entry->tldl_id, TCP_LOG_ID_LEN); in tcp_log_expandlogbuf() 2027 strlcpy(entry->tldl_id, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2029 strlcpy(entry->tldl_id, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2033 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() [all …]
|
| D | tcp_log_buf.h | 264 char tlh_id[TCP_LOG_ID_LEN]; 273 char tldl_id[TCP_LOG_ID_LEN];
|
| D | tcp.h | 276 #define TCP_LOG_ID_LEN 64 macro
|
| D | tcp_usrreq.c | 1838 CTASSERT(TCP_CA_NAME_MAX <= TCP_LOG_ID_LEN); 1839 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN); 1849 char *pbuf, buf[TCP_LOG_ID_LEN]; in tcp_default_ctloutput() 2158 error = sooptcopyin(sopt, buf, TCP_LOG_ID_LEN - 1, 0); in tcp_default_ctloutput()
|
| D | tcp_var.h | 698 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
|