Searched refs:syncache (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_syncache.c | 122 static void syncache_drop(struct syncache *, struct syncache_head *); 123 static void syncache_free(struct syncache *); 124 static void syncache_insert(struct syncache *, struct syncache_head *); 125 static int syncache_respond(struct syncache *, int); 126 static void syncache_send_challenge_ack(struct syncache *); 127 static struct socket *syncache_socket(struct syncache *, struct socket *, 129 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch, 135 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *); 137 const struct syncache_head *, struct syncache *, 145 const struct syncache_head *, struct syncache *, [all …]
|
| H A D | tcp_ecn.h | 48 void tcp_ecn_syncache_socket(struct tcpcb *, struct syncache *); 50 uint16_t tcp_ecn_syncache_respond(uint16_t, struct syncache *);
|
| H A D | tcp_syncache.h | 49 struct syncache { struct 50 TAILQ_ENTRY(syncache) sc_hash; 101 TAILQ_HEAD(sch_head, syncache) sch_bucket; argument
|
| H A D | tcp_ecn.c | 462 tcp_ecn_syncache_socket(struct tcpcb *tp, struct syncache *sc) in tcp_ecn_syncache_socket() 566 tcp_ecn_syncache_respond(uint16_t thflags, struct syncache *sc) in tcp_ecn_syncache_respond()
|
| /freebsd/tools/tools/netrate/tcpp/ |
| H A D | README | 92 net.inet.tcp.syncache.cachelimit=65536 93 net.inet.tcp.syncache.bucketlimit=512
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 587 syncache.4 \ 808 MLINKS+=syncache.4 syncookies.4
|
| /freebsd/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 1516 net.inet.tcp.syncache.bucketlimit 1519 net.inet.tcp.syncache.cachelimit 1522 net.inet.tcp.syncache.count 1525 net.inet.tcp.syncache.hashsize 1528 net.inet.tcp.syncache.rexmtlimit
|