Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
Dgro.c191 static uint16_t tcp_checksum(void *buf, int payload_len) in tcp_checksum() function
297 tcph->check = tcp_checksum(tcph, payload_len); in fill_transportlayer()
343 tcph->check = tcp_checksum(tcph, payload_len); in send_flags()
414 tcphdr->check = tcp_checksum(tcphdr, PAYLOAD_LEN + extlen); in recompute_packet()
522 tcph->check = tcp_checksum(tcph, PAYLOAD_LEN); in send_changed_seq()
/linux-6.12.1/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()