Searched refs:next_pbuf (Results 1 – 3 of 3) sorted by relevance
93 PACK_STRUCT_FIELD(struct pbuf *next_pbuf);182 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()217 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()301 struct pbuf *q, *next_pbuf; in ip6_reass() local447 next_pbuf = NULL; in ip6_reass()471 next_pbuf = q; in ip6_reass()474 iprh_prev->next_pbuf = p; in ip6_reass()499 q = iprh_tmp->next_pbuf; in ip6_reass()511 iprh_prev->next_pbuf = p; in ip6_reass()541 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()390 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()404 iprh->next_pbuf = q; in ip_reass_chain_frag_into_datagram_and_validate()413 iprh_prev->next_pbuf = new_p; in ip_reass_chain_frag_into_datagram_and_validate()448 q = iprh_tmp->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()460 iprh_prev->next_pbuf = new_p; in ip_reass_chain_frag_into_datagram_and_validate()486 q = iprh->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()494 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()