Lines Matching refs:in_conninfo
131 static uint32_t syncookie_mac(struct in_conninfo *, tcp_seq, uint8_t,
134 static bool syncookie_expand(struct in_conninfo *,
138 static void syncache_pause(struct in_conninfo *);
142 static void syncookie_cmp(struct in_conninfo *,
565 syncache_hashbucket(struct in_conninfo *inc) in syncache_hashbucket()
587 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) in syncache_lookup()
611 syncache_chkrst(struct in_conninfo *inc, struct tcphdr *th, struct mbuf *m, in syncache_chkrst()
722 syncache_badack(struct in_conninfo *inc, uint16_t port) in syncache_badack()
739 syncache_unreach(struct in_conninfo *inc, tcp_seq th_seq, uint16_t port) in syncache_unreach()
1053 syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_expand()
1365 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add()
1641 bcopy(inc, &sc->sc_inc, sizeof(struct in_conninfo)); in syncache_add()
2173 syncookie_mac(struct in_conninfo *inc, tcp_seq irs, uint8_t flags, in syncookie_mac()
2261 syncookie_expand(struct in_conninfo *inc, const struct syncache_head *sch, in syncookie_expand()
2295 bcopy(inc, &sc->sc_inc, sizeof(struct in_conninfo)); in syncookie_expand()
2356 syncookie_cmp(struct in_conninfo *inc, const struct syncache_head *sch, in syncookie_cmp()
2423 syncache_pause(struct in_conninfo *inc) in syncache_pause()
2553 sizeof (struct in_conninfo)); in syncache_pcblist()