Home
last modified time | relevance | path

Searched refs:tcp_log_addrs (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.c633 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
643 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
683 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
693 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
702 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
1126 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_expand()
1135 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_expand()
1146 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_expand()
1292 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_expand()
1304 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_expand()
[all …]
H A Dtcp_input.c1120 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1178 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1189 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1210 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1266 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1288 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1298 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1306 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1557 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) { in tcp_do_segment()
1739 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) { in tcp_do_segment()
[all …]
H A Dtcp_reass.c602 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_reass()
981 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_reass()
997 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_reass()
1018 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_reass()
H A Dtcp_timewait.c211 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_twcheck()
H A Dtcp_var.h1358 char *tcp_log_addrs(struct in_conninfo *, struct tcphdr *, const void *,
H A Dtcp_subr.c3783 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, const void *ip4hdr, in tcp_log_addrs() function