Searched refs:__hal_tcp_seg_len (Results 1 – 2 of 2) sorted by relevance
744 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp) in __hal_tcp_seg_len() function1121 tcp_seg_len = __hal_tcp_seg_len(ip, tcp); in __hal_get_lro_session()1157 lro_match->frags_len += __hal_tcp_seg_len(ip, tcp); in __hal_get_lro_session()1179 tcp_seg_len = __hal_tcp_seg_len(ip, tcp); in __hal_get_lro_session()1204 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) > in __hal_lro_under_optimal_thresh()1236 lro->total_length += __hal_tcp_seg_len(ip, tcp); in __hal_collapse_ip_hdr()1257 lro->tcp_next_seq_num += __hal_tcp_seg_len(ip, tcp); in __hal_collapse_tcp_hdr()1285 *seg_len = __hal_tcp_seg_len(ip, *tcp); in __hal_append_lro()
944 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp);