Searched refs:TCP_LOG_ID_LEN (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 281 char tlb_id[TCP_LOG_ID_LEN]; 343 return strncmp(a->tlb_id, b->tlb_id, TCP_LOG_ID_LEN); in tcp_log_id_cmp() 891 strncpy(tlb->tlb_id, id, TCP_LOG_ID_LEN - 1); in tcp_log_set_id() 892 tlb->tlb_id[TCP_LOG_ID_LEN - 1] = '\0'; in tcp_log_set_id() 1031 len = strlcpy(buf, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_get_id() 1032 KASSERT(len < TCP_LOG_ID_LEN, in tcp_log_get_id() 2342 strlcpy(hdr->tlh_id, entry->tldl_id, TCP_LOG_ID_LEN); in tcp_log_expandlogbuf() 2436 strlcpy(entry->tldl_id, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2439 strlcpy(entry->tldl_id, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2530 strlcpy(entry->tldl_id, tlb->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_node_logbuf()
|
H A D | tcp_log_buf.h | 315 char tlh_id[TCP_LOG_ID_LEN]; 325 char tldl_id[TCP_LOG_ID_LEN];
|
H A D | tcp.h | 362 #define TCP_LOG_ID_LEN 64 macro
|
H A D | tcp_usrreq.c | 1896 CTASSERT(TCP_CA_NAME_MAX <= TCP_LOG_ID_LEN); 1897 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN); 2026 char *pbuf, buf[TCP_LOG_ID_LEN]; in tcp_default_ctloutput() 2435 error = sooptcopyin(sopt, buf, TCP_LOG_ID_LEN - 1, 0); in tcp_default_ctloutput()
|
H A D | tcp_var.h | 1187 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
|