Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_syncache.h51 void syncache_badack(struct in_conninfo *, uint16_t);
H A Dtcp_syncache.c727 syncache_badack(struct in_conninfo *inc, uint16_t port) in syncache_badack() function
H A Dtcp_input.c1218 syncache_badack(&inc, port); /* XXX: Not needed! */ in tcp_input_with_port()