Symbol: syncache
sys/netinet/tcp_ecn.c
465
tcp_ecn_syncache_socket(struct tcpcb *tp, struct syncache *sc)
sys/netinet/tcp_ecn.c
569
tcp_ecn_syncache_respond(uint16_t thflags, struct syncache *sc)
sys/netinet/tcp_ecn.h
48
void tcp_ecn_syncache_socket(struct tcpcb *, struct syncache *);
sys/netinet/tcp_ecn.h
50
uint16_t tcp_ecn_syncache_respond(uint16_t, struct syncache *);
sys/netinet/tcp_syncache.c
1071
struct syncache *sc;
sys/netinet/tcp_syncache.c
1073
struct syncache scs;
sys/netinet/tcp_syncache.c
122
static void syncache_drop(struct syncache *, struct syncache_head *);
sys/netinet/tcp_syncache.c
123
static void syncache_free(struct syncache *);
sys/netinet/tcp_syncache.c
124
static void syncache_insert(struct syncache *, struct syncache_head *);
sys/netinet/tcp_syncache.c
125
static int syncache_respond(struct syncache *, int);
sys/netinet/tcp_syncache.c
126
static void syncache_send_challenge_ack(struct syncache *);
sys/netinet/tcp_syncache.c
127
static struct socket *syncache_socket(struct syncache *, struct socket *,
sys/netinet/tcp_syncache.c
129
static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
sys/netinet/tcp_syncache.c
1347
syncache_tfo_expand(struct syncache *sc, struct socket *lso, struct mbuf *m,
sys/netinet/tcp_syncache.c
135
static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *);
sys/netinet/tcp_syncache.c
137
const struct syncache_head *, struct syncache *,
sys/netinet/tcp_syncache.c
1404
struct syncache *sc = NULL;
sys/netinet/tcp_syncache.c
1417
struct syncache scs;
sys/netinet/tcp_syncache.c
145
const struct syncache_head *, struct syncache *,
sys/netinet/tcp_syncache.c
169
static SYSCTL_NODE(_net_inet_tcp, OID_AUTO, syncache,
sys/netinet/tcp_syncache.c
1841
syncache_respond(struct syncache *sc, int flags)
sys/netinet/tcp_syncache.c
2098
syncache_send_challenge_ack(struct syncache *sc)
sys/netinet/tcp_syncache.c
2265
syncookie_generate(struct syncache_head *sch, struct syncache *sc)
sys/netinet/tcp_syncache.c
231
syncache_free(struct syncache *sc)
sys/netinet/tcp_syncache.c
2321
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_syncache.c
2418
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_syncache.c
2421
struct syncache scs;
sys/netinet/tcp_syncache.c
2589
struct syncache *sc;
sys/netinet/tcp_syncache.c
294
V_tcp_syncache.zone = uma_zcreate("syncache", sizeof(struct syncache),
sys/netinet/tcp_syncache.c
320
struct syncache *sc, *nsc;
sys/netinet/tcp_syncache.c
368
syncache_insert(struct syncache *sc, struct syncache_head *sch)
sys/netinet/tcp_syncache.c
370
struct syncache *sc2;
sys/netinet/tcp_syncache.c
415
syncache_drop(struct syncache *sc, struct syncache_head *sch)
sys/netinet/tcp_syncache.c
439
syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout)
sys/netinet/tcp_syncache.c
468
struct syncache *sc, *nsc;
sys/netinet/tcp_syncache.c
591
static struct syncache *
sys/netinet/tcp_syncache.c
594
struct syncache *sc;
sys/netinet/tcp_syncache.c
618
struct syncache *sc;
sys/netinet/tcp_syncache.c
722
struct syncache *sc;
sys/netinet/tcp_syncache.c
764
syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
sys/netinet/tcp_syncache.h
101
TAILQ_HEAD(sch_head, syncache) sch_bucket;
sys/netinet/tcp_syncache.h
50
TAILQ_ENTRY(syncache) sc_hash;