Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/net/
Dgro.c165 static uint16_t tcp_checksum(void *buf, int payload_len) in tcp_checksum() function
271 tcph->check = tcp_checksum(tcph, payload_len); in fill_transportlayer()
317 tcph->check = tcp_checksum(tcph, payload_len); in send_flags()
388 tcphdr->check = tcp_checksum(tcphdr, PAYLOAD_LEN + extlen); in recompute_packet()
496 tcph->check = tcp_checksum(tcph, PAYLOAD_LEN); in send_changed_seq()
/linux-5.19.10/drivers/net/hyperv/
Dhyperv_net.h114 u32 tcp_checksum:1; member
Dnetvsc_drv.c633 csum_info->transmit.tcp_checksum = 1; in netvsc_xmit()
640 csum_info->transmit.tcp_checksum = 1; in netvsc_xmit()