Searched refs:in_conninfo (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/netinet6/ |
| HD | tcp6_var.h | 78 struct in_conninfo; 85 struct rtentry *tcp_rtlookup6(struct in_conninfo *);
|
| /dragonfly/sys/netinet/ |
| HD | tcp_var.h | 507 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 *);
|
| HD | tcp_syncache.c | 126 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()
|
| HD | in_pcb.h | 153 struct in_conninfo { struct 191 struct in_conninfo inp_inc;
|
| HD | tcp_subr.c | 1513 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()
|
| HD | tcp_input.c | 951 struct in_conninfo inc; in tcp_input()
|
| /dragonfly/usr.sbin/tcpdrop/ |
| HD | tcpdrop.c | 60 static bool tcpdropconn(const struct in_conninfo *); 303 tcpdropconn(const struct in_conninfo *inc) in tcpdropconn()
|