Searched refs:txporthdr (Results 1 – 1 of 1) sorted by relevance
19 const void *txporthdr) in rmnet_map_get_csum_field() argument25 check = &(((struct tcphdr *)txporthdr)->check); in rmnet_map_get_csum_field()29 check = &(((struct udphdr *)txporthdr)->check); in rmnet_map_get_csum_field()48 void *txporthdr; in rmnet_map_ipv4_dl_csum_trailer() local58 txporthdr = skb->data + ip4h->ihl * 4; in rmnet_map_ipv4_dl_csum_trailer()60 csum_field = rmnet_map_get_csum_field(ip4h->protocol, txporthdr); in rmnet_map_ipv4_dl_csum_trailer()122 void *txporthdr; in rmnet_map_ipv6_dl_csum_trailer() local127 txporthdr = skb->data + sizeof(struct ipv6hdr); in rmnet_map_ipv6_dl_csum_trailer()128 csum_field = rmnet_map_get_csum_field(ip6h->nexthdr, txporthdr); in rmnet_map_ipv6_dl_csum_trailer()138 (int)(txporthdr - (void *)(skb->data)))); in rmnet_map_ipv6_dl_csum_trailer()[all …]