Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnet_rx_pkt.c544 size_t csum_off; in _net_rx_pkt_validate_sctp_sum() local
557 csum_off = off + 8; in _net_rx_pkt_validate_sctp_sum()
559 if (!iov_to_buf(vec, vec_len, csum_off, &original, sizeof(original))) { in _net_rx_pkt_validate_sctp_sum()
563 if (!iov_from_buf(vec, vec_len, csum_off, in _net_rx_pkt_validate_sctp_sum()
572 iov_from_buf(vec, vec_len, csum_off, &original, sizeof(original)); in _net_rx_pkt_validate_sctp_sum()