Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_syncache.h42 void syncache_unreach(struct in_conninfo *, tcp_seq, uint16_t);
HDtcp_subr.c2955 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp_ctlinput_with_port()
3150 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp6_ctlinput_with_port()
HDtcp_syncache.c746 syncache_unreach(struct in_conninfo *inc, tcp_seq th_seq, uint16_t port) in syncache_unreach() function