Loading net/ipv4/tcp_probe.c +4 −2 Original line number Diff line number Diff line Loading @@ -62,6 +62,9 @@ struct { * Print to log with timestamps. * FIXME: causes an extra copy */ static void printl(const char *fmt, ...) __attribute__ ((format (printf, 1, 2))); static void printl(const char *fmt, ...) { va_list args; Loading @@ -80,8 +83,7 @@ static void printl(const char *fmt, ...) kfifo_put(tcpw.fifo, tbuf, len); wake_up(&tcpw.wait); } __attribute__ ((format (printf, 1, 2))); } /* * Hook inserted to be called before each receive packet. Loading Loading
net/ipv4/tcp_probe.c +4 −2 Original line number Diff line number Diff line Loading @@ -62,6 +62,9 @@ struct { * Print to log with timestamps. * FIXME: causes an extra copy */ static void printl(const char *fmt, ...) __attribute__ ((format (printf, 1, 2))); static void printl(const char *fmt, ...) { va_list args; Loading @@ -80,8 +83,7 @@ static void printl(const char *fmt, ...) kfifo_put(tcpw.fifo, tbuf, len); wake_up(&tcpw.wait); } __attribute__ ((format (printf, 1, 2))); } /* * Hook inserted to be called before each receive packet. Loading