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
1823
syncache_respond(struct syncache *sc, int flags)
sys/netinet/tcp_syncache.c
2080
syncache_send_challenge_ack(struct syncache *sc)
sys/netinet/tcp_syncache.c
2247
syncookie_generate(struct syncache_head *sch, struct syncache *sc)
sys/netinet/tcp_syncache.c
228
syncache_release(struct syncache *sc)
sys/netinet/tcp_syncache.c
2303
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_syncache.c
2400
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_syncache.c
2403
struct syncache scs;
sys/netinet/tcp_syncache.c
243
syncache_free(struct syncache *sc)
sys/netinet/tcp_syncache.c
2571
struct syncache *sc;
sys/netinet/tcp_syncache.c
298
V_tcp_syncache.zone = uma_zcreate("syncache", sizeof(struct syncache),
sys/netinet/tcp_syncache.c
324
struct syncache *sc, *nsc;
sys/netinet/tcp_syncache.c
372
syncache_insert(struct syncache *sc, struct syncache_head *sch)
sys/netinet/tcp_syncache.c
374
struct syncache *sc2;
sys/netinet/tcp_syncache.c
419
syncache_drop(struct syncache *sc, struct syncache_head *sch)
sys/netinet/tcp_syncache.c
443
syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout)
sys/netinet/tcp_syncache.c
472
struct syncache *sc, *nsc;
sys/netinet/tcp_syncache.c
595
static struct syncache *
sys/netinet/tcp_syncache.c
598
struct syncache *sc;
sys/netinet/tcp_syncache.c
622
struct syncache *sc;
sys/netinet/tcp_syncache.c
726
struct syncache *sc;
sys/netinet/tcp_syncache.c
768
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;