Searched refs:txporthdr (Results 1 – 1 of 1) sorted by relevance
28 const void *txporthdr) in rmnet_map_get_csum_field() argument34 check = &(((struct tcphdr *)txporthdr)->check); in rmnet_map_get_csum_field()38 check = &(((struct udphdr *)txporthdr)->check); in rmnet_map_get_csum_field()57 void *txporthdr; in rmnet_map_ipv4_dl_csum_trailer() local67 txporthdr = skb->data + ip4h->ihl * 4; in rmnet_map_ipv4_dl_csum_trailer()69 csum_field = rmnet_map_get_csum_field(ip4h->protocol, txporthdr); in rmnet_map_ipv4_dl_csum_trailer()131 void *txporthdr; in rmnet_map_ipv6_dl_csum_trailer() local136 txporthdr = skb->data + sizeof(struct ipv6hdr); in rmnet_map_ipv6_dl_csum_trailer()137 csum_field = rmnet_map_get_csum_field(ip6h->nexthdr, txporthdr); in rmnet_map_ipv6_dl_csum_trailer()147 (int)(txporthdr - (void *)(skb->data)))); in rmnet_map_ipv6_dl_csum_trailer()[all …]