Home
last modified time | relevance | path

Searched refs:tcp_log_vain (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_var.h744 char *tcp_log_vain(struct in_conninfo *, struct tcphdr *, void *,
HDtcp_subr.c2807 tcp_log_vain(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, in tcp_log_vain() function
HDtcp_input.c885 if ((s = tcp_log_vain(NULL, th, (void *)ip, ip6))) in tcp_input()