Searched refs:__hal_tcp_seg_len (Results 1 – 2 of 2) sorted by relevance
727 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp) in __hal_tcp_seg_len() function1104 tcp_seg_len = __hal_tcp_seg_len(ip, tcp); in __hal_get_lro_session()1140 lro_match->frags_len += __hal_tcp_seg_len(ip, tcp); in __hal_get_lro_session()1162 tcp_seg_len = __hal_tcp_seg_len(ip, tcp); in __hal_get_lro_session()1187 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) > in __hal_lro_under_optimal_thresh()1219 lro->total_length += __hal_tcp_seg_len(ip, tcp); in __hal_collapse_ip_hdr()1240 lro->tcp_next_seq_num += __hal_tcp_seg_len(ip, tcp); in __hal_collapse_tcp_hdr()1268 *seg_len = __hal_tcp_seg_len(ip, *tcp); in __hal_append_lro()
942 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp);