Symbol: syncache
sys/netinet/tcp_syncache.c
1044
sc = kmalloc(sizeof(struct syncache), M_SYNCACHE, M_WAITOK|M_ZERO);
sys/netinet/tcp_syncache.c
1129
syncache_respond(struct syncache *sc, struct mbuf *m)
sys/netinet/tcp_syncache.c
123
static void syncache_drop(struct syncache *, struct syncache_head *);
sys/netinet/tcp_syncache.c
124
static void syncache_free(struct syncache *);
sys/netinet/tcp_syncache.c
125
static void syncache_insert(struct syncache *, struct syncache_head *);
sys/netinet/tcp_syncache.c
126
static struct syncache *syncache_lookup(struct in_conninfo *,
sys/netinet/tcp_syncache.c
128
static int syncache_respond(struct syncache *, struct mbuf *);
sys/netinet/tcp_syncache.c
129
static struct socket *syncache_socket(struct syncache *, struct socket *,
sys/netinet/tcp_syncache.c
132
static u_int32_t syncookie_generate(struct syncache *);
sys/netinet/tcp_syncache.c
133
static struct syncache *syncookie_lookup(struct in_conninfo *,
sys/netinet/tcp_syncache.c
1383
syncookie_generate(struct syncache *sc)
sys/netinet/tcp_syncache.c
1428
static struct syncache *
sys/netinet/tcp_syncache.c
1432
struct syncache *sc;
sys/netinet/tcp_syncache.c
1472
sc = kmalloc(sizeof(struct syncache), M_SYNCACHE, M_WAITOK|M_ZERO);
sys/netinet/tcp_syncache.c
162
TAILQ_HEAD(, syncache) list;
sys/netinet/tcp_syncache.c
175
SYSCTL_NODE(_net_inet_tcp, OID_AUTO, syncache, CTLFLAG_RW, 0, "TCP SYN cache");
sys/netinet/tcp_syncache.c
226
struct syncache *sc, int slot)
sys/netinet/tcp_syncache.c
255
syncache_free(struct syncache *sc)
sys/netinet/tcp_syncache.c
356
syncache_insert(struct syncache *sc, struct syncache_head *sch)
sys/netinet/tcp_syncache.c
359
struct syncache *sc2;
sys/netinet/tcp_syncache.c
416
struct syncache *sc;
sys/netinet/tcp_syncache.c
427
syncache_drop(struct syncache *sc, struct syncache_head *sch)
sys/netinet/tcp_syncache.c
506
struct syncache *nsc;
sys/netinet/tcp_syncache.c
526
struct syncache *sc;
sys/netinet/tcp_syncache.c
569
static struct syncache *
sys/netinet/tcp_syncache.c
573
struct syncache *sc;
sys/netinet/tcp_syncache.c
611
struct syncache *sc;
sys/netinet/tcp_syncache.c
643
struct syncache *sc;
sys/netinet/tcp_syncache.c
658
struct syncache *sc;
sys/netinet/tcp_syncache.c
694
syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
sys/netinet/tcp_syncache.c
895
struct syncache *sc;
sys/netinet/tcp_syncache.c
967
struct syncache *sc = NULL;
sys/netinet/tcp_var.h
531
TAILQ_ENTRY(syncache) sc_hash;
sys/netinet/tcp_var.h
532
TAILQ_ENTRY(syncache) sc_timerq;
sys/netinet/tcp_var.h
536
TAILQ_HEAD(, syncache) sch_bucket;