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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipcomp.c58 if (dlen < (plen + sizeof(struct ip_comp_hdr))) {
79 struct ip_comp_hdr *ipch;
113 if ((dlen + sizeof(struct ip_comp_hdr)) >= plen) {
118 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen);
121 pskb_trim(skb, ihlen + dlen + sizeof(struct ip_comp_hdr));
132 struct ip_comp_hdr *ipch;
156 ipch = (struct ip_comp_hdr *)((char *)iph + iph->ihl * 4);
174 struct ip_comp_hdr *ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_input.c63 if (!pskb_may_pull(skb, sizeof(struct ip_comp_hdr)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dip.h136 struct ip_comp_hdr { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipcomp6.c157 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen);
159 pskb_trim(skb, hdr_len + dlen + sizeof(struct ip_comp_hdr));

Completed in 81 milliseconds