Searched refs:next_pbuf (Results 1 – 3 of 3) sorted by relevance
93 PACK_STRUCT_FIELD(struct pbuf *next_pbuf);162 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()197 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()281 struct pbuf *q, *next_pbuf; in ip6_reass() local427 next_pbuf = NULL; in ip6_reass()451 next_pbuf = q; in ip6_reass()454 iprh_prev->next_pbuf = p; in ip6_reass()479 q = iprh_tmp->next_pbuf; in ip6_reass()491 iprh_prev->next_pbuf = p; in ip6_reass()521 iprh->next_pbuf = next_pbuf; in ip6_reass()[all …]
99 PACK_STRUCT_FIELD(struct pbuf *next_pbuf);183 ipr->p = iprh->next_pbuf; in ip_reass_free_complete_datagram()202 p = iprh->next_pbuf; in ip_reass_free_complete_datagram()370 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()384 iprh->next_pbuf = q; in ip_reass_chain_frag_into_datagram_and_validate()393 iprh_prev->next_pbuf = new_p; in ip_reass_chain_frag_into_datagram_and_validate()428 q = iprh_tmp->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()440 iprh_prev->next_pbuf = new_p; in ip_reass_chain_frag_into_datagram_and_validate()466 q = iprh->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()474 q = iprh->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()[all …]
481 struct pbuf *next_pbuf; in pppos_input() local675 next_pbuf = pbuf_alloc(PBUF_RAW, pbuf_alloc_len, PBUF_POOL); in pppos_input()676 if (next_pbuf == NULL) { in pppos_input()687 u8_t *payload = ((u8_t*)next_pbuf->payload) + pbuf_alloc_len; in pppos_input()691 next_pbuf->len += sizeof(struct pppos_input_header); in pppos_input()693 next_pbuf->len += sizeof(pppos->in_protocol); in pppos_input()696 pppos->in_head = next_pbuf; in pppos_input()698 pppos->in_tail = next_pbuf; in pppos_input()