Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.h40 void syncache_unreach(struct in_conninfo *, tcp_seq, uint16_t);
H A Dtcp_subr.c2878 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp_ctlinput_with_port()
3073 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp6_ctlinput_with_port()
H A Dtcp_syncache.c738 syncache_unreach(struct in_conninfo *inc, tcp_seq th_seq, uint16_t port) in syncache_unreach() function