Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/net/hyperv/
Dhyperv_net.h116 u32 tcp_checksum:1; member
Dnetvsc_drv.c637 csum_info->transmit.tcp_checksum = 1; in netvsc_xmit()
644 csum_info->transmit.tcp_checksum = 1; in netvsc_xmit()