Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_puda.h81 u8 tcplen; member
H A Dirdma_puda.c473 l4len = info->tcplen >> 2; in irdma_puda_send()
573 info.tcplen = buf->tcphlen; in irdma_puda_send_buf()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c2161 size_t tcplen = ntohs(iph->ip_len) - sizeof(struct ip); in xnb_add_mbuf_cksum() local
2164 iph->ip_dst.s_addr, htons(IPPROTO_TCP + tcplen)); in xnb_add_mbuf_cksum()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4065 uint16_t tcplen = 0; in doq_stream_recv_data() local
4070 tcplen = stream->inlen; in doq_stream_recv_data()
4074 memmove(((uint8_t*)&tcplen)+stream->nread, data, todolen); in doq_stream_recv_data()
4080 stream->inlen = ntohs(tcplen); in doq_stream_recv_data()
4085 stream->inlen = tcplen; in doq_stream_recv_data()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6677 wr->u.tcpseg.tcplen = m0->m_pkthdr.l4hlen; in write_ethofld_wr()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h818 __u8 tcplen; member