Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c421 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/
Doa_tc6.c473 tc6->concat_buf = net_buf_clone(buf_rx, OA_TC6_BUF_ALLOC_TIMEOUT); in oa_tc6_read_chunks()
Deth_dwmac.c159 pinned = net_buf_clone(frag, TX_AVAIL_WAIT); in dwmac_send()
/Zephyr-latest/subsys/zbus/
Dzbus.c139 struct net_buf *cloned_buf = net_buf_clone(buf, sys_timepoint_timeout(end_time)); in _zbus_notify_observer()
/Zephyr-latest/subsys/net/ip/
Dtp.c169 struct net_buf *clone = net_buf_clone(buf, K_NO_WAIT); in tp_nbuf_clone()
/Zephyr-latest/lib/net_buf/
Dbuf.c477 struct net_buf *net_buf_clone(struct net_buf *buf, k_timeout_t timeout) in net_buf_clone() function
/Zephyr-latest/include/zephyr/
Dnet_buf.h1522 struct net_buf * __must_check net_buf_clone(struct net_buf *buf,