Home
last modified time | relevance | path

Searched refs:net_buf_frag_last (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/net/wpan_serial/src/
Dmain.c124 buf = net_buf_frag_last(pkt_curr->buffer); in slip_process_byte()
241 struct net_buf *buf = net_buf_frag_last(pkt->buffer); in process_data()
285 struct net_buf *buf = net_buf_frag_last(pkt->buffer); in process_config()
316 buf = net_buf_frag_last(pkt->buffer); in rx_thread()
407 buf = net_buf_frag_last(pkt->buffer); in tx_thread()
/Zephyr-latest/tests/net/ppp/driver/src/
Dmain.c346 net_buf_frag_last(pkt->buffer)->len -= 1; in ppp_verify_fcs()
423 net_buf_frag_last(pkt->buffer)->len -= 2 + 1; in ppp_calc_fcs()
/Zephyr-latest/lib/net_buf/
Dbuf.c575 struct net_buf *net_buf_frag_last(struct net_buf *buf) in net_buf_frag_last() function
592 net_buf_frag_last(frag)->frags = parent->frags; in net_buf_frag_insert()
606 net_buf_frag_insert(net_buf_frag_last(head), frag); in net_buf_frag_add()
686 struct net_buf *frag = net_buf_frag_last(buf); in net_buf_append_bytes()
/Zephyr-latest/tests/net/icmpv6/src/
Dmain.c136 struct net_buf *last = net_buf_frag_last(pkt->buffer); in handle_test_msg()
/Zephyr-latest/subsys/net/ip/
Dipv4_fragment.c152 last = net_buf_frag_last(reass->pkt[0]->buffer); in reassemble_packet()
180 last = net_buf_frag_last(pkt->buffer); in reassemble_packet()
Dipv6_fragment.c248 last = net_buf_frag_last(reass->pkt[0]->buffer); in reassemble_packet()
280 last = net_buf_frag_last(pkt->buffer); in reassemble_packet()
Dnet_pkt.c759 net_buf_frag_insert(net_buf_frag_last(pkt->frags), frag);
773 net_buf_frag_last(frag)->frags = pkt->frags;
1447 buf = net_buf_frag_last(buf);
1745 net_buf_frag_insert(net_buf_frag_last(pkt->buffer), buffer);
Dtcp.c1658 buf = net_buf_frag_last(pkt->buffer); in tcp_pkt_append()
2651 last = net_buf_frag_last(conn->queue_recv_data->buffer); in tcp_queue_recv_data()
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c298 last = net_buf_frag_last(data->rx_buf); in cmd_handler_process_iface_data()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2548 struct net_buf *net_buf_frag_last(struct net_buf *frags);
/Zephyr-latest/subsys/bluetooth/host/
Datt.c1170 frag = net_buf_frag_last(data->buf); in find_type_cb()
1374 frag = net_buf_frag_last(buf); in att_chan_read()
1464 data->item = net_buf_add(net_buf_frag_last(data->buf), in read_type_cb()
/Zephyr-latest/modules/openthread/platform/
Dradio.c507 recv_frame.mPsdu = net_buf_frag_last(pkt->buffer)->data; in openthread_handle_received_frame()