Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.h32 #define TCP_LOG_TAG_LEN 32 macro
317 char tlh_tag[TCP_LOG_TAG_LEN];
327 char tldl_tag[TCP_LOG_TAG_LEN];
H A Dtcp_log_buf.c282 char tlb_tag[TCP_LOG_TAG_LEN];
621 strlcpy(tlb->tlb_tag, tag, TCP_LOG_TAG_LEN); in tcp_log_set_tag()
1065 len = strlcpy(buf, tlb->tlb_tag, TCP_LOG_TAG_LEN); in tcp_log_get_tag()
1066 KASSERT(len < TCP_LOG_TAG_LEN, in tcp_log_get_tag()
2343 strlcpy(hdr->tlh_tag, entry->tldl_tag, TCP_LOG_TAG_LEN); in tcp_log_expandlogbuf()
2437 strlcpy(entry->tldl_tag, tp->t_lib->tlb_tag, TCP_LOG_TAG_LEN); in tcp_log_dump_tp_logbuf()
2440 strlcpy(entry->tldl_tag, "UNKNOWN", TCP_LOG_TAG_LEN); in tcp_log_dump_tp_logbuf()
2531 strlcpy(entry->tldl_tag, tlb->tlb_tag, TCP_LOG_TAG_LEN); in tcp_log_dump_node_logbuf()