Home
last modified time | relevance | path

Searched refs:net_pkt_rx_alloc (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c806 pkt = net_pkt_rx_alloc(K_FOREVER); in test_dgram_packet_reception()
1003 pkt = net_pkt_rx_alloc(K_FOREVER); in test_raw_packet_reception()
1218 current_pkt = net_pkt_rx_alloc(K_FOREVER); in initialize_test_environment()
Dieee802154_shell_test.c501 current_pkt = net_pkt_rx_alloc(K_FOREVER); in test_setup()
/Zephyr-latest/subsys/net/ip/
Dtcp_private.h93 _pkt = net_pkt_rx_alloc(TCP_PKT_ALLOC_TIMEOUT); \
Dnet_pkt.c1564 struct net_pkt *net_pkt_rx_alloc(k_timeout_t timeout)
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c540 rxpkt = net_pkt_rx_alloc(K_FOREVER); in test_fragment()
/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c407 pkt = net_pkt_rx_alloc(K_MSEC(cfg->timeout)); in lan865x_read_chunks()
Deth_xmc4xxx.c402 pkt = net_pkt_rx_alloc(K_NO_WAIT); in eth_xmc4xxx_rx_pkt()
Deth_sam_gmac.c1254 rx_frame = net_pkt_rx_alloc(K_NO_WAIT); in frame_get()
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c185 pkt = net_pkt_rx_alloc(K_NO_WAIT); in eth_nxp_enet_qos_rx()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1851 #define net_pkt_rx_alloc(_timeout) \ macro
1969 struct net_pkt *net_pkt_rx_alloc(k_timeout_t timeout);