Searched refs:ipch (Results 1 - 4 of 4) sorted by relevance

/net/xfrm/
H A Dxfrm_ipcomp.c114 struct ip_comp_hdr *ipch; local
122 ipch = (void *)skb->data;
123 nexthdr = ipch->nexthdr;
125 skb->transport_header = skb->network_header + sizeof(*ipch);
126 __skb_pull(skb, sizeof(*ipch));
174 struct ip_comp_hdr *ipch; local
192 ipch = ip_comp_hdr(skb);
193 ipch->nexthdr = *skb_mac_header(skb);
194 ipch->flags = 0;
195 ipch
[all...]
/net/ipv4/
H A Dipcomp.c31 struct ip_comp_hdr *ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); local
44 spi = htonl(ntohs(ipch->cpi));
H A Dip_vti.c247 struct ip_comp_hdr *ipch; local
270 ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
271 spi = htonl(ntohs(ipch->cpi));
/net/ipv6/
H A Dip6_vti.c519 struct ip_comp_hdr *ipch; local
540 ipch = (struct ip_comp_hdr *)(skb->data + offset);
541 spi = htonl(ntohs(ipch->cpi));

Completed in 224 milliseconds