Home
last modified time | relevance | path

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

/linux/drivers/net/thunderbolt/
H A Dmain.c1031 * ipcso will update IP checksum. in tbnet_xmit_csum_and_map()
1035 __sum16 *ipcso = dest + ((void *)&(ip_hdr(skb)->check) - data); in tbnet_xmit_csum_and_map() local
1037 *ipcso = 0; in tbnet_xmit_csum_and_map()
1038 *ipcso = ip_fast_csum(dest + skb_network_offset(skb), in tbnet_xmit_csum_and_map()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h335 u8 ipcso; /* IP checksum offset */ member
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2704 u8 ipcss, ipcso, tucss, tucso, hdr_len; in e1000_tso() local
2730 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data; in e1000_tso()
2743 context_desc->lower_setup.ip_fields.ipcso = ipcso; in e1000_tso()
H A De1000_hw.h660 u8 ipcso; /* IP checksum offset */ member