Searched refs:tcp_error_log (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 720 static void tcp_error_log(const struct sk_buff *skb, struct net *net, in tcp_error_log() function 741 tcp_error_log(skb, net, pf, "short packet"); in tcp_error() 747 tcp_error_log(skb, net, pf, "truncated packet"); in tcp_error() 758 tcp_error_log(skb, net, pf, "bad checksum"); in tcp_error() 765 tcp_error_log(skb, net, pf, "invalid tcp flag combination"); in tcp_error()
|