Home
last modified time | relevance | path

Searched refs:net_pkt_cb (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_pkt.h91 static inline void *net_pkt_cb(struct net_pkt *pkt);
95 return (struct net_pkt_cb_ieee802154 *)net_pkt_cb(pkt); in net_pkt_cb_ieee802154()
Dnet_pkt.h1394 static inline void *net_pkt_cb(struct net_pkt *pkt) in net_pkt_cb() function
1399 static inline void *net_pkt_cb(struct net_pkt *pkt) in net_pkt_cb() function
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c602 zassert_not_equal(net_pkt_cb(cloned_pkt), net_pkt_cb(pkt)); in test_packet_cloning_with_cb()
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c2047 memcpy(net_pkt_cb(clone_pkt), net_pkt_cb(pkt), sizeof(clone_pkt->cb));