Lines Matching refs:iov
627 arg.iov[0].iov_base = (unsigned char *)&rep; in tcp_v4_send_reset()
628 arg.iov[0].iov_len = sizeof(rep.th); in tcp_v4_send_reset()
669 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_reset()
670 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_reset()
679 arg.iov[0].iov_len, IPPROTO_TCP, 0); in tcp_v4_send_reset()
694 &arg, arg.iov[0].iov_len); in tcp_v4_send_reset()
733 arg.iov[0].iov_base = (unsigned char *)&rep; in tcp_v4_send_ack()
734 arg.iov[0].iov_len = sizeof(rep.th); in tcp_v4_send_ack()
741 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
747 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_ack()
761 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
762 rep.th.doff = arg.iov[0].iov_len/4; in tcp_v4_send_ack()
772 arg.iov[0].iov_len, IPPROTO_TCP, 0); in tcp_v4_send_ack()
781 &arg, arg.iov[0].iov_len); in tcp_v4_send_ack()