Searched refs:tcp_notsack_list (Results 1 – 9 of 9) sorted by relevance
204 #define tcp_notsack_list tcp_sack_info->tcp_notsack_list macro
74 notsack_blk_t *tcp_notsack_list; member
2095 if (tcp->tcp_notsack_list == NULL) { in tcp_parse_options()2096 tcp_notsack_update(&(tcp->tcp_notsack_list), in tcp_parse_options()2106 if (tcp->tcp_notsack_list == NULL) { in tcp_parse_options()2135 tcp_notsack_insert(&(tcp->tcp_notsack_list), in tcp_parse_options()2500 assert(tcp->tcp_notsack_list != NULL); in tcp_sack_rxmit()2504 if (tcp->tcp_notsack_list == NULL) { in tcp_sack_rxmit()2507 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()2524 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()3508 tcp->tcp_notsack_list != NULL))) { in tcp_rput_data()3587 if (tcp->tcp_notsack_list != NULL) { in tcp_rput_data()[all …]
68 notsack_blk_t *tcp_notsack_list; member
274 #define tcp_notsack_list tcp_sack_info.tcp_notsack_list macro
314 if (tcp->tcp_notsack_list == NULL) { in tcp_parse_options()315 tcp_notsack_update(&(tcp->tcp_notsack_list), in tcp_parse_options()325 if (tcp->tcp_notsack_list == NULL) { in tcp_parse_options()354 tcp_notsack_insert(&(tcp->tcp_notsack_list), in tcp_parse_options()491 ASSERT(tcp->tcp_notsack_list == NULL); in tcp_process_options()508 ASSERT(tcp->tcp_notsack_list == NULL); in tcp_process_options()3958 tcp->tcp_notsack_list != NULL))) { in tcp_input_data()4025 if (tcp->tcp_notsack_list != NULL) { in tcp_input_data()4054 tcp->tcp_notsack_list != NULL) { in tcp_input_data()4185 if (tcp->tcp_snd_sack_ok && tcp->tcp_notsack_list != NULL) { in tcp_input_data()[all …]
531 if (tcp->tcp_snd_sack_ok && tcp->tcp_notsack_list != NULL) { in tcp_wput_data()534 tcp_notsack_update(&(tcp->tcp_notsack_list), in tcp_wput_data()3299 ASSERT(tcp->tcp_notsack_list != NULL); in tcp_sack_rexmit()3303 if (tcp->tcp_notsack_list == NULL) { in tcp_sack_rexmit()3306 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()3323 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()3605 TCP_NOTSACK_REMOVE_ALL(tcp->tcp_notsack_list, tcp); in tcp_process_shrunk_swnd()
1086 TCP_NOTSACK_REMOVE_ALL(tcp->tcp_notsack_list, tcp); in tcp_timer()
1390 TCP_NOTSACK_REMOVE_ALL(tcp->tcp_notsack_list, tcp); in tcp_free()2162 TCP_NOTSACK_REMOVE_ALL(tcp->tcp_notsack_list, tcp);4255 ASSERT(tcp->tcp_notsack_list == NULL); in tcp_do_connect()