/Zephyr-latest/drivers/net/ |
D | canbus.c | 39 pkt = net_pkt_rx_alloc_with_buffer(ctx->iface, sizeof(struct can_frame), in net_canbus_recv()
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_fake_driver.c | 86 ack_pkt = net_pkt_rx_alloc_with_buffer(iface, IEEE802154_ACK_PKT_LENGTH, AF_UNSPEC, in fake_tx()
|
D | ieee802154_test.c | 320 pkt = net_pkt_rx_alloc_with_buffer(net_iface, sizeof(data_pkt_with_ar), AF_UNSPEC, 0, in get_data_pkt_with_ar() 549 one_ack_pkt = net_pkt_rx_alloc_with_buffer(net_iface, IEEE802154_ACK_PKT_LENGTH, in test_wait_for_ack() 590 pkt = net_pkt_rx_alloc_with_buffer(net_iface, 64, AF_UNSPEC, 0, K_NO_WAIT); in test_packet_cloning_with_cb()
|
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/ |
D | main.c | 105 rx_pkt = net_pkt_rx_alloc_with_buffer(iface, sizeof(TEST_PAYLOAD), in ZTEST()
|
/Zephyr-latest/tests/net/npf/src/ |
D | main.c | 59 pkt = net_pkt_rx_alloc_with_buffer(iface, size, AF_UNSPEC, 0, K_NO_WAIT); in build_test_pkt() 88 pkt = net_pkt_rx_alloc_with_buffer(iface, size, family, 0, K_NO_WAIT); in build_test_ip_pkt()
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_eem.c | 178 pkt = net_pkt_rx_alloc_with_buffer(netusb_net_iface(), in eem_read_cb()
|
D | function_ecm.c | 295 pkt = net_pkt_rx_alloc_with_buffer(netusb_net_iface(), size, AF_UNSPEC, in ecm_read_cb()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_b91.c | 214 ack_pkt = net_pkt_rx_alloc_with_buffer(data.iface, B91_ACK_FRAME_LEN, in b91_handle_ack() 312 pkt = net_pkt_rx_alloc_with_buffer(data.iface, length, AF_UNSPEC, 0, K_NO_WAIT); in b91_rf_rx_isr()
|
D | ieee802154_uart_pipe.c | 131 pkt = net_pkt_rx_alloc_with_buffer(upipe->iface, upipe->rx_len, in upipe_rx()
|
D | ieee802154_kw41z.c | 515 pkt = net_pkt_rx_alloc_with_buffer(kw41z->iface, pkt_len, in kw41z_rx() 583 ack_pkt = net_pkt_rx_alloc_with_buffer(kw41z->iface, ACK_FRAME_LEN, in handle_ack()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 112 pkt = net_pkt_rx_alloc_with_buffer(data->net_iface, len, AF_UNSPEC, in esp_socket_prepare_pkt()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_stellaris.c | 148 pkt = net_pkt_rx_alloc_with_buffer(iface, frame_len, in eth_stellaris_rx_pkt()
|
D | eth_litex_liteeth.c | 138 pkt = net_pkt_rx_alloc_with_buffer(context->iface, len, AF_UNSPEC, 0, in eth_rx()
|
D | eth_nxp_imx_netc.c | 59 pkt = net_pkt_rx_alloc_with_buffer(data->iface, length, AF_UNSPEC, 0, NETC_TIMEOUT); in netc_eth_rx()
|
D | eth_nxp_s32_netc.c | 182 pkt = net_pkt_rx_alloc_with_buffer(ctx->iface, buf->length, in nxp_s32_eth_get_pkt()
|
D | eth_esp32.c | 113 struct net_pkt *pkt = net_pkt_rx_alloc_with_buffer( in eth_esp32_rx()
|
D | eth_renesas_ra.c | 333 pkt = net_pkt_rx_alloc_with_buffer(ctx->iface, len, AF_UNSPEC, 0, K_MSEC(100)); in renesas_ra_eth_rx()
|
D | eth_e1000.c | 156 pkt = net_pkt_rx_alloc_with_buffer(dev->iface, len, AF_UNSPEC, 0, in e1000_rx()
|
D | eth_ivshmem.c | 141 struct net_pkt *pkt = net_pkt_rx_alloc_with_buffer( in eth_ivshmem_rx()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_socket.c | 137 pkt = net_pkt_rx_alloc_with_buffer(eswifi->iface, 1460, in eswifi_off_read_work()
|
/Zephyr-latest/tests/net/promiscuous/src/ |
D | main.c | 352 *pkt = net_pkt_rx_alloc_with_buffer(iface, sizeof(data), in _recv_data()
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp_private.h | 86 _pkt = net_pkt_rx_alloc_with_buffer( \
|
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 244 pkt = net_pkt_rx_alloc_with_buffer(iface, sizeof(eth_hdr) + sizeof(data), in _recv_data()
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | shim.c | 370 pkt = net_pkt_rx_alloc_with_buffer(iface, len, AF_UNSPEC, 0, K_MSEC(100)); in net_pkt_from_nbuf() 415 pkt = net_pkt_rx_alloc_with_buffer(iface, total_len, AF_PACKET, ETH_P_ALL, K_MSEC(100)); in net_raw_pkt_from_nbuf()
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 115 pkt_curr = net_pkt_rx_alloc_with_buffer(NULL, 256, in slip_process_byte()
|