Home
last modified time | relevance | path

Searched refs:net_buf_remove (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c1500 static uint32_t net_buf_remove(struct net_buf **buf, uint32_t len) in net_buf_remove() function
2565 net_buf_remove(buf, len); in profile_handler()
2586 net_buf_remove(buf, line_length); in profile_handler()
2599 net_buf_remove(buf, len); in profile_handler()
2674 net_buf_remove(buf, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2750 net_buf_remove(buf, line_length); in on_cmd_atcmdinfo_pdp_context()
4007 net_buf_remove(buf, 2); in sock_read()
4067 net_buf_remove(buf, strlen(EOF_PATTERN)); in sock_read()
4095 net_buf_remove(buf, strlen(OK_STRING)); in sock_read()
4690 net_buf_remove(&rx_buf, len); in hl7800_rx()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.5.rst659 * Added net_buf_remove API to manipulate data at the end of network buffers.