syncache
tcp_ecn_syncache_socket(struct tcpcb *tp, struct syncache *sc)
tcp_ecn_syncache_respond(uint16_t thflags, struct syncache *sc)
void tcp_ecn_syncache_socket(struct tcpcb *, struct syncache *);
uint16_t tcp_ecn_syncache_respond(uint16_t, struct syncache *);
struct syncache *sc;
struct syncache scs;
static void syncache_drop(struct syncache *, struct syncache_head *);
static void syncache_free(struct syncache *);
static void syncache_insert(struct syncache *, struct syncache_head *);
static int syncache_respond(struct syncache *, int);
static void syncache_send_challenge_ack(struct syncache *);
static struct socket *syncache_socket(struct syncache *, struct socket *,
static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
syncache_tfo_expand(struct syncache *sc, struct socket *lso, struct mbuf *m,
static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
const struct syncache_head *, struct syncache *,
struct syncache *sc = NULL;
struct syncache scs;
const struct syncache_head *, struct syncache *,
static SYSCTL_NODE(_net_inet_tcp, OID_AUTO, syncache,
syncache_respond(struct syncache *sc, int flags)
syncache_send_challenge_ack(struct syncache *sc)
syncookie_generate(struct syncache_head *sch, struct syncache *sc)
syncache_free(struct syncache *sc)
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
struct syncache scs;
struct syncache *sc;
V_tcp_syncache.zone = uma_zcreate("syncache", sizeof(struct syncache),
struct syncache *sc, *nsc;
syncache_insert(struct syncache *sc, struct syncache_head *sch)
struct syncache *sc2;
syncache_drop(struct syncache *sc, struct syncache_head *sch)
syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout)
struct syncache *sc, *nsc;
static struct syncache *
struct syncache *sc;
struct syncache *sc;
struct syncache *sc;
syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
TAILQ_HEAD(sch_head, syncache) sch_bucket;
TAILQ_ENTRY(syncache) sc_hash;