Searched refs:net_buf_frag_last (Results 1 – 3 of 3) sorted by relevance
723 struct net_buf *net_buf_frag_last(struct net_buf *buf) in net_buf_frag_last() function740 net_buf_frag_last(frag)->frags = parent->frags; in net_buf_frag_insert()754 net_buf_frag_insert(net_buf_frag_last(head), frag); in net_buf_frag_add()834 struct net_buf *frag = net_buf_frag_last(buf); in net_buf_append_bytes()
1828 struct net_buf *net_buf_frag_last(struct net_buf *frags);
749 frag = net_buf_frag_last(data->buf); in find_type_cb()941 frag = net_buf_frag_last(buf); in att_chan_read()1024 data->item = net_buf_add(net_buf_frag_last(data->buf), in read_type_cb()
Completed in 12 milliseconds