Home
last modified time | relevance | path

Searched refs:net_pkt_alloc_with_buffer_debug (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1885 struct net_pkt *net_pkt_alloc_with_buffer_debug(struct net_if *iface,
1894 net_pkt_alloc_with_buffer_debug(_iface, _size, _family, \
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c159 pkt = net_pkt_alloc_with_buffer_debug(iface, sizeof(struct gptp_hdr) + in setup_gptp_frame_debug()
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c1690 struct net_pkt *net_pkt_alloc_with_buffer_debug(struct net_if *iface, function