Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_var.h742 int syncache_add(struct in_conninfo *, struct tcpopt *,
H A Dtcp_syncache.c962 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add() function
H A Dtcp_input.c1119 if (!syncache_add(&inc, &to, th, so, m)) in tcp_input()