Searched refs:tcp_log_addrs (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_syncache.c | 514 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() 632 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst() 642 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst() 682 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst() 692 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst() 701 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) in syncache_chkrst() 1017 if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) { in syncache_socket() 1030 if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) { in syncache_socket() 1099 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) { in syncache_expand() [all …]
|
H A D | tcp_input.c | 1125 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() 1213 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() 1269 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() 1290 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() 1300 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() 1308 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() 1323 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() 1333 if ((s = tcp_log_addrs(&inc, th, NULL, NULL))) in tcp_input_with_port() [all …]
|
H A D | tcp_reass.c | 602 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 D | tcp_timewait.c | 251 if ((s = tcp_log_addrs(&inp->inp_inc, th, NULL, NULL))) { in tcp_twcheck()
|
H A D | tcp_var.h | 1373 char *tcp_log_addrs(struct in_conninfo *, struct tcphdr *, const void *,
|
H A D | tcp_subr.c | 4109 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, const void *ip4hdr, in tcp_log_addrs() function
|