| /f-stack/freebsd/netinet/ |
| H A D | tcp_syncache.h | 43 void syncache_unreach(struct in_conninfo *, tcp_seq); 44 int syncache_expand(struct in_conninfo *, struct tcpopt *, 46 int syncache_add(struct in_conninfo *, struct tcpopt *, 49 void syncache_chkrst(struct in_conninfo *, struct tcphdr *, struct mbuf *); 50 void syncache_badack(struct in_conninfo *); 55 struct in_conninfo sc_inc; /* addresses */
|
| H A D | toecore.h | 42 struct in_conninfo; 138 void toe_syncache_add(struct in_conninfo *, struct tcpopt *, struct tcphdr *, 140 int toe_syncache_expand(struct in_conninfo *, struct tcpopt *, struct tcphdr *, 143 int toe_4tuple_check(struct in_conninfo *, struct tcphdr *, struct ifnet *);
|
| H A D | tcp_hostcache.c | 121 static struct hc_metrics *tcp_hc_lookup(struct in_conninfo *); 122 static struct hc_metrics *tcp_hc_insert(struct in_conninfo *); 286 tcp_hc_lookup(struct in_conninfo *inc) in tcp_hc_lookup() 345 tcp_hc_insert(struct in_conninfo *inc) in tcp_hc_insert() 439 tcp_hc_get(struct in_conninfo *inc, struct hc_metrics_lite *hc_metrics_lite) in tcp_hc_get() 483 tcp_hc_getmtu(struct in_conninfo *inc) in tcp_hc_getmtu() 508 tcp_hc_updatemtu(struct in_conninfo *inc, uint32_t mtu) in tcp_hc_updatemtu() 550 tcp_hc_update(struct in_conninfo *inc, struct hc_metrics_lite *hcml) in tcp_hc_update()
|
| H A D | tcp_var.h | 500 struct in_conninfo; 935 char *tcp_log_addrs(struct in_conninfo *, struct tcphdr *, void *, 937 char *tcp_log_vain(struct in_conninfo *, struct tcphdr *, void *, 1001 uint32_t tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *); 1002 uint32_t tcp_maxmtu6(struct in_conninfo *, struct tcp_ifcap *); 1007 int tcp_mssopt(struct in_conninfo *); 1042 void tcp_hc_get(struct in_conninfo *, struct hc_metrics_lite *); 1043 uint32_t tcp_hc_getmtu(struct in_conninfo *); 1044 void tcp_hc_updatemtu(struct in_conninfo *, uint32_t); 1049 uint32_t tcp_new_ts_offset(struct in_conninfo *); [all …]
|
| H A D | tcp_syncache.c | 140 static uint32_t syncookie_mac(struct in_conninfo *, tcp_seq, uint8_t, 144 *syncookie_lookup(struct in_conninfo *, struct syncache_head *, 147 static void syncache_pause(struct in_conninfo *); 562 syncache_hashbucket(struct in_conninfo *inc) in syncache_hashbucket() 714 syncache_badack(struct in_conninfo *inc) in syncache_badack() 731 syncache_unreach(struct in_conninfo *inc, tcp_seq th_seq) in syncache_unreach() 1711 bcopy(inc, &sc->sc_inc, sizeof(struct in_conninfo)); in syncache_add() 2327 bcopy(inc, &sc->sc_inc, sizeof(struct in_conninfo)); in syncookie_lookup() 2387 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_cmp() 2453 syncache_pause(struct in_conninfo *inc) in syncache_pause() [all …]
|
| H A D | tcp_fastopen.c | 248 struct in_conninfo *, struct tcp_fastopen_ccache_bucket **); 250 struct tcp_fastopen_ccache_bucket *, struct in_conninfo *, uint16_t, uint8_t, 537 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie() 612 tcp_fastopen_check_cookie(struct in_conninfo *inc, uint8_t *cookie, in tcp_fastopen_check_cookie() 960 struct in_conninfo *inc = &tp->t_inpcb->inp_inc; in tcp_fastopen_disable_path() 986 struct in_conninfo *inc = &tp->t_inpcb->inp_inc; in tcp_fastopen_update_cache() 1017 tcp_fastopen_ccache_lookup(struct in_conninfo *inc, in tcp_fastopen_ccache_lookup() 1054 struct in_conninfo *inc, uint16_t mss, uint8_t cookie_len, uint8_t *cookie) in tcp_fastopen_ccache_create()
|
| H A D | tcp_fastopen.h | 89 int tcp_fastopen_check_cookie(struct in_conninfo *, uint8_t *, unsigned int,
|
| H A D | toecore.c | 348 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in toe_syncache_add() 359 toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to, in toe_syncache_expand() 377 toe_4tuple_check(struct in_conninfo *inc, struct tcphdr *th, struct ifnet *ifp) in toe_4tuple_check()
|
| H A D | tcp_subr.c | 345 static char * tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th, 2466 struct in_conninfo inc; in tcp_ctlinput() 2578 struct in_conninfo inc; in tcp6_ctlinput() 2715 tcp_keyed_hash(struct in_conninfo *inc, u_char *key, u_int len) in tcp_keyed_hash() 2746 tcp_new_ts_offset(struct in_conninfo *inc) in tcp_new_ts_offset() 2748 struct in_conninfo inc_store, *local_inc; in tcp_new_ts_offset() 2751 memcpy(&inc_store, inc, sizeof(struct in_conninfo)); in tcp_new_ts_offset() 2824 tcp_new_isn(struct in_conninfo *inc) in tcp_new_isn() 2942 tcp_maxmtu(struct in_conninfo *inc, struct tcp_ifcap *cap) in tcp_maxmtu() 2975 tcp_maxmtu6(struct in_conninfo *inc, struct tcp_ifcap *cap) in tcp_maxmtu6() [all …]
|
| H A D | in_pcb.h | 109 struct in_conninfo { struct 291 struct in_conninfo inp_inc; /* (i) list for PCB's local port */ 366 struct in_conninfo inp_inc; /* (s,p) */
|
| H A D | tcp_input.c | 1046 struct in_conninfo inc; in tcp_input() 1507 struct in_conninfo *inc; in tcp_do_segment() 3883 tcp_mssopt(struct in_conninfo *inc) in tcp_mssopt()
|
| H A D | in_pcb.c | 3070 bcopy(&inp->inp_inc, &xi->inp_inc, sizeof(struct in_conninfo)); in in_pcbtoxinpcb() 3099 db_print_inconninfo(struct in_conninfo *inc, const char *name, int indent) in db_print_inconninfo()
|
| H A D | sctputil.c | 7552 struct in_conninfo inc; in sctp_hc_set_mtu() 7554 memset(&inc, 0, sizeof(struct in_conninfo)); in sctp_hc_set_mtu() 7577 struct in_conninfo inc; in sctp_hc_get_mtu() 7579 memset(&inc, 0, sizeof(struct in_conninfo)); in sctp_hc_get_mtu()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 500 struct in_conninfo; 935 char *tcp_log_addrs(struct in_conninfo *, struct tcphdr *, void *, 937 char *tcp_log_vain(struct in_conninfo *, struct tcphdr *, void *, 1001 uint32_t tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *); 1002 uint32_t tcp_maxmtu6(struct in_conninfo *, struct tcp_ifcap *); 1007 int tcp_mssopt(struct in_conninfo *); 1042 void tcp_hc_get(struct in_conninfo *, struct hc_metrics_lite *); 1043 uint32_t tcp_hc_getmtu(struct in_conninfo *); 1044 void tcp_hc_updatemtu(struct in_conninfo *, uint32_t); 1049 uint32_t tcp_new_ts_offset(struct in_conninfo *); [all …]
|
| H A D | in_pcb.h | 109 struct in_conninfo { struct 291 struct in_conninfo inp_inc; /* (i) list for PCB's local port */ 366 struct in_conninfo inp_inc; /* (s,p) */
|
| /f-stack/freebsd/netinet6/ |
| H A D | icmp6.c | 1112 struct in_conninfo inc; in icmp6_mtudisc_update()
|
| H A D | ip6_output.c | 1559 struct in_conninfo inc; in ip6_calcmtu()
|