Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_syncache.h43 void syncache_unreach(struct in_conninfo *, tcp_seq);
Dtcp_subr.c2471 syncache_unreach(&inc, icmp_tcp_seq); in tcp_ctlinput()
2623 syncache_unreach(&inc, icmp_tcp_seq); in tcp6_ctlinput()
Dtcp_syncache.c659 syncache_unreach(struct in_conninfo *inc, tcp_seq th_seq) in syncache_unreach() function