Home
last modified time | relevance | path

Searched refs:pinfoa (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
Dtcp_tlro.c134 tcp_tlro_info_restore_timestamp(struct tlro_mbuf_data *pinfoa, in tcp_tlro_info_restore_timestamp() argument
137 struct tcphdr *tcp = pinfoa->tcp; in tcp_tlro_info_restore_timestamp()
346 struct tlro_mbuf_data *pinfoa = ppa->data; in tcp_tlro_compare_header() local
350 ret = (pinfoa->head == NULL) - (pinfob->head == NULL); in tcp_tlro_compare_header()
354 ret = pinfoa->buf_length - pinfob->buf_length; in tcp_tlro_compare_header()
357 if (pinfoa->buf_length != 0) { in tcp_tlro_compare_header()
358 ret = tcp_tlro_cmp64(pinfoa->buf, pinfob->buf); in tcp_tlro_compare_header()
361 ret = ntohl(pinfoa->tcp->th_seq) - ntohl(pinfob->tcp->th_seq); in tcp_tlro_compare_header()
364 ret = ntohl(pinfoa->tcp->th_ack) - ntohl(pinfob->tcp->th_ack); in tcp_tlro_compare_header()
367 ret = pinfoa->sequence - pinfob->sequence; in tcp_tlro_compare_header()
[all …]