Home
last modified time | relevance | path

Searched refs:net_buf_simple_tail (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c52 net_buf_simple_tail(msg), in health_get_registered()
86 net_buf_simple_tail(msg), in health_get_current()
Dnet.c124 const uint8_t *tail = net_buf_simple_tail(data); in check_dup()
Daccess.c2437 len = read_cb(cb_arg, net_buf_simple_tail(buf), len); in read_comp_cb()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_dir_list.c115 len = net_buf_simple_tail(net_buf) - start; in dir_list_object_encode()
/Zephyr-latest/include/zephyr/
Dnet_buf.h905 static inline uint8_t *net_buf_simple_tail(const struct net_buf_simple *buf) in net_buf_simple_tail() function
2540 return net_buf_simple_tail(&buf->b); in net_buf_tail()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c58 uint8_t *tail = net_buf_simple_tail(buf); in net_buf_simple_add()
/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c868 dbuf = net_buf_simple_tail(&(buf->b)); in dsa_ksz8xxx_xmit_pkt()