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()
693 &arg, arg.iov[0].iov_len); in tcp_v4_send_reset()
731 arg.iov[0].iov_base = (unsigned char *)&rep; in tcp_v4_send_ack()
732 arg.iov[0].iov_len = sizeof(rep.th); in tcp_v4_send_ack()
739 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
745 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_ack()
759 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
760 rep.th.doff = arg.iov[0].iov_len/4; in tcp_v4_send_ack()
770 arg.iov[0].iov_len, IPPROTO_TCP, 0); in tcp_v4_send_ack()
778 &arg, arg.iov[0].iov_len); in tcp_v4_send_ack()