Searched refs:net_buf_clone (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/lib/net_buf/buf/src/ |
D | main.c | 421 clone = net_buf_clone(buf, K_NO_WAIT); in ZTEST() 443 clone = net_buf_clone(buf, K_NO_WAIT); in ZTEST() 463 clone = net_buf_clone(buf, K_NO_WAIT); in ZTEST() 480 clone = net_buf_clone(original, K_NO_WAIT); in ZTEST() 521 buf3 = net_buf_clone(buf2, K_NO_WAIT); in ZTEST()
|
/Zephyr-latest/drivers/ethernet/ |
D | oa_tc6.c | 473 tc6->concat_buf = net_buf_clone(buf_rx, OA_TC6_BUF_ALLOC_TIMEOUT); in oa_tc6_read_chunks()
|
D | eth_dwmac.c | 159 pinned = net_buf_clone(frag, TX_AVAIL_WAIT); in dwmac_send()
|
/Zephyr-latest/subsys/zbus/ |
D | zbus.c | 139 struct net_buf *cloned_buf = net_buf_clone(buf, sys_timepoint_timeout(end_time)); in _zbus_notify_observer()
|
/Zephyr-latest/subsys/net/ip/ |
D | tp.c | 169 struct net_buf *clone = net_buf_clone(buf, K_NO_WAIT); in tp_nbuf_clone()
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 477 struct net_buf *net_buf_clone(struct net_buf *buf, k_timeout_t timeout) in net_buf_clone() function
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1522 struct net_buf * __must_check net_buf_clone(struct net_buf *buf,
|