Searched refs:net_buf_simple_tail (Results 1 – 3 of 3) sorted by relevance
44 net_buf_simple_tail(msg), in health_get_registered()75 net_buf_simple_tail(msg), in health_get_current()
94 const u8_t *tail = net_buf_simple_tail(data); in check_dup()
195 #define net_buf_simple_tail(buf) ((buf)->om_data + (buf)->om_len) macro