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()346 struct ip_reass_helper *iprh, *iprh_tmp, *iprh_prev = NULL; in ip_reass_chain_frag_into_datagram_and_validate() local369 iprh = (struct ip_reass_helper *)new_p->payload; in ip_reass_chain_frag_into_datagram_and_validate()370 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()371 iprh->start = offset; in ip_reass_chain_frag_into_datagram_and_validate()[all …]
154 struct ip6_reass_helper *iprh; in ip6_reass_free_complete_datagram() local157 iprh = (struct ip6_reass_helper *)ipr->p->payload; in ip6_reass_free_complete_datagram()158 if (iprh->start == 0) { in ip6_reass_free_complete_datagram()162 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()165 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram()194 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass_free_complete_datagram()197 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()275 struct ip6_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip6_reass() local426 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass()515 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass()[all …]