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.c514 if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) { in syncache_timer()
524 if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) { in syncache_timer()
636 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
646 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
686 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
696 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
705 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst()
1004 if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) { in syncache_socket()
1017 if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) { in syncache_socket()
1086 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) { in syncache_expand()
[all …]
H A Dtcp_input.c1125 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1182 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1193 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1212 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1268 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1289 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1299 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1307 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1322 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
1332 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port()
[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.c251 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_twcheck()
H A Dtcp_var.h1402 char *tcp_log_addrs(struct in_conninfo *, struct tcphdr *, const void *,
H A Dtcp_subr.c4109 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, const void *ip4hdr, in tcp_log_addrs() function