Searched refs:iprh (Results 1 – 2 of 2) sorted by relevance
169 struct ip_reass_helper *iprh; in ip_reass_free_complete_datagram() local178 iprh = (struct ip_reass_helper *)ipr->p->payload; in ip_reass_free_complete_datagram()179 if (iprh->start == 0) { in ip_reass_free_complete_datagram()183 ipr->p = iprh->next_pbuf; in ip_reass_free_complete_datagram()199 iprh = (struct ip_reass_helper *)p->payload; in ip_reass_free_complete_datagram()202 p = iprh->next_pbuf; in ip_reass_free_complete_datagram()366 struct ip_reass_helper *iprh, *iprh_tmp, *iprh_prev = NULL; in ip_reass_chain_frag_into_datagram_and_validate() local389 iprh = (struct ip_reass_helper *)new_p->payload; in ip_reass_chain_frag_into_datagram_and_validate()390 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()391 iprh->start = offset; in ip_reass_chain_frag_into_datagram_and_validate()[all …]
174 struct ip6_reass_helper *iprh; in ip6_reass_free_complete_datagram() local177 iprh = (struct ip6_reass_helper *)ipr->p->payload; in ip6_reass_free_complete_datagram()178 if (iprh->start == 0) { in ip6_reass_free_complete_datagram()182 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()185 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram()214 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass_free_complete_datagram()217 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()295 struct ip6_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip6_reass() local446 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass()535 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass()[all …]