Home
last modified time | relevance | path

Searched defs:syncache (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_var.h503 struct syncache { struct
504 inp_gen_t sc_inp_gencnt; /* pointer check */
505 struct tcpcb *sc_tp; /* tcb for listening socket */
506 struct mbuf *sc_ipopts; /* source route */
507 struct in_conninfo sc_inc; /* addresses */
531 TAILQ_ENTRY(syncache) sc_hash; argument