Lines Matching refs:BUF_SIZE
290 #define BUF_SIZE 25 /* 6 * 4 + 1 */ in tcp_flags() macro
291 static char buf[BUF_SIZE]; in tcp_flags()
298 len += snprintk(buf + len, BUF_SIZE - len, "SYN,"); in tcp_flags()
301 len += snprintk(buf + len, BUF_SIZE - len, "FIN,"); in tcp_flags()
304 len += snprintk(buf + len, BUF_SIZE - len, "ACK,"); in tcp_flags()
307 len += snprintk(buf + len, BUF_SIZE - len, "PSH,"); in tcp_flags()
310 len += snprintk(buf + len, BUF_SIZE - len, "RST,"); in tcp_flags()
313 len += snprintk(buf + len, BUF_SIZE - len, "URG,"); in tcp_flags()
320 #undef BUF_SIZE in tcp_flags()
336 #define BUF_SIZE 80 in tcp_th() macro
337 static char buf[BUF_SIZE]; in tcp_th()
344 len += snprintk(buf + len, BUF_SIZE - len, in tcp_th()
349 len += snprintk(buf + len, BUF_SIZE - len, in tcp_th()
353 len += snprintk(buf + len, BUF_SIZE - len, in tcp_th()
357 len += snprintk(buf + len, BUF_SIZE - len, in tcp_th()
360 #undef BUF_SIZE in tcp_th()
1059 #define BUF_SIZE 160 in tcp_conn_state() macro
1060 static char buf[BUF_SIZE]; in tcp_conn_state()
1062 snprintk(buf, BUF_SIZE, "%s [%s Seq=%u Ack=%u]", pkt ? tcp_th(pkt) : "", in tcp_conn_state()
1065 #undef BUF_SIZE in tcp_conn_state()