Home
last modified time | relevance | path

Searched refs:in_conninfo (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netinet6/
HDtcp6_var.h78 struct in_conninfo;
85 struct rtentry *tcp_rtlookup6(struct in_conninfo *);
/dragonfly/sys/netinet/
HDtcp_var.h507 struct in_conninfo sc_inc; /* addresses */
690 tcp_rtlookup (struct in_conninfo *);
739 void syncache_unreach(struct in_conninfo *, const struct tcphdr *);
740 int syncache_expand(struct in_conninfo *, struct tcphdr *,
742 int syncache_add(struct in_conninfo *, struct tcpopt *,
744 void syncache_chkrst(struct in_conninfo *, struct tcphdr *);
745 void syncache_badack(struct in_conninfo *);
HDtcp_syncache.c126 static struct syncache *syncache_lookup(struct in_conninfo *,
133 static struct syncache *syncookie_lookup(struct in_conninfo *,
570 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) in syncache_lookup()
609 syncache_chkrst(struct in_conninfo *inc, struct tcphdr *th) in syncache_chkrst()
641 syncache_badack(struct in_conninfo *inc) in syncache_badack()
656 syncache_unreach(struct in_conninfo *inc, const struct tcphdr *th) in syncache_unreach()
892 syncache_expand(struct in_conninfo *inc, struct tcphdr *th, struct socket **sop, in syncache_expand()
962 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add()
1429 syncookie_lookup(struct in_conninfo *inc, struct tcphdr *th, struct socket *so) in syncookie_lookup()
HDin_pcb.h153 struct in_conninfo { struct
191 struct in_conninfo inp_inc;
HDtcp_subr.c1513 struct in_conninfo inc; in tcp_ctlinput()
1615 struct in_conninfo inc; in tcp6_ctlinput()
1885 tcp_rtlookup(struct in_conninfo *inc) in tcp_rtlookup()
1909 tcp_rtlookup6(struct in_conninfo *inc) in tcp_rtlookup6()
HDtcp_input.c951 struct in_conninfo inc; in tcp_input()
/dragonfly/usr.sbin/tcpdrop/
HDtcpdrop.c60 static bool tcpdropconn(const struct in_conninfo *);
303 tcpdropconn(const struct in_conninfo *inc) in tcpdropconn()