Searched refs:ip6_reass_helper (Results 1 – 3 of 3) sorted by relevance
76 #define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct ip6_reass_helper) - IP6_FRAG_HLEN))92 struct ip6_reass_helper { struct119 sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN); in ip6_reass_tmr()174 struct ip6_reass_helper *iprh; in ip6_reass_free_complete_datagram()177 iprh = (struct ip6_reass_helper *)ipr->p->payload; in ip6_reass_free_complete_datagram()214 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass_free_complete_datagram()295 struct ip6_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip6_reass()439 sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN); in ip6_reass()446 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass()454 iprh_tmp = (struct ip6_reass_helper*)q->payload; in ip6_reass()[all …]
127 iprh = (struct ip6_reass_helper*) ipr->p->payload;132 - /* hide the extra bytes borrowed from ip6_hdr for struct ip6_reass_helper */133 + /* hide the extra bytes borrowed from ip6hdr for struct ip6_reass_helper */136 LWIP_ASSERT("no room for struct ip6_reass_helper", hdrerr == 0);
838 instead of referencing it, which gives more room for struct ip6_reass_helper