Home
last modified time | relevance | path

Searched defs:frag (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c95 static inline void set_up_frag_hdr(struct net_buf *frag, uint16_t size, uint8_t offset) in set_up_frag_hdr()
122 static inline uint8_t calc_payload_capacity(struct net_buf *frag) in calc_payload_capacity()
345 static inline void fragment_append(struct net_pkt *pkt, struct net_buf *frag) in fragment_append()
361 struct net_buf *frag; in fragment_cached_pkt_len() local
395 static inline uint16_t fragment_offset(struct net_buf *frag) in fragment_offset()
404 static void fragment_move_back(struct net_pkt *pkt, struct net_buf *frag, struct net_buf *stop) in fragment_move_back()
428 struct net_buf *frag; in fragment_remove_headers() local
485 struct net_buf *frag; in fragment_add_to_cache() local
Dieee802154.c100 struct net_buf *frag) in ieee802154_prepare_for_ack()
177 int ieee802154_radio_send(struct net_if *iface, struct net_pkt *pkt, struct net_buf *frag) in ieee802154_radio_send()
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_dwmac.c120 struct net_buf *frag; in net_pkt_get_nbfrags() local
132 struct net_buf *frag, *pinned; in dwmac_send() local
217 struct net_buf *frag; in dwmac_tx_release() local
257 struct net_buf *frag; in dwmac_receive() local
334 struct net_buf *frag; in dwmac_rx_refill_thread() local
Deth_stellaris.c68 struct net_buf *frag; in eth_stellaris_send() local
Deth_cyclonev.c407 struct net_buf *frag; in eth_cyclonev_send() local
/Zephyr-Core-3.5.0/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c51 static inline void insert_frag(struct net_pkt *pkt, struct net_buf *frag) in insert_frag()
69 struct net_buf *frag) in fake_tx()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/
Dserial_util.c44 const uint8_t *frag, int frag_len) in mcumgr_serial_decode_frag()
70 const uint8_t *frag, int frag_len) in mcumgr_serial_process_frag()
Dsmp_dummy.c329 const uint8_t *frag, int frag_len) in mcumgr_dummy_decode_frag()
359 const uint8_t *frag, int frag_len) in mcumgr_dummy_process_frag()
444 const uint8_t *frag, uint16_t frag_len) in mcumgr_dummy_process_frag_outgoing()
/Zephyr-Core-3.5.0/tests/net/buf/src/
Dmain.c127 struct net_buf *frag, *head; in ZTEST() local
175 struct net_buf *frag, *head; in ZTEST() local
210 struct net_buf *buf, *frag; in ZTEST() local
320 struct net_buf *buf, *frag; in ZTEST() local
/Zephyr-Core-3.5.0/drivers/modem/
Dmodem_cmd_handler.c49 struct net_buf **frag, uint16_t *offset) in findcrlf()
302 struct net_buf *frag = last; in cmd_handler_process_iface_data() local
333 struct net_buf *frag = NULL; in cmd_handler_process_rx_buf() local
Dhl7800.c1366 struct net_buf *frag; in send_data() local
1467 static uint16_t net_buf_findcrlf(struct net_buf *buf, struct net_buf **frag) in net_buf_findcrlf()
1627 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_manufacturer() local
1662 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_model() local
1696 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_revision() local
1730 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_imei() local
1803 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_imsi() local
2196 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_serial_number() local
2559 struct net_buf *frag = NULL; in profile_handler() local
2624 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_pdp_authentication_cfg() local
[all …]
Dwncm14a2a.c342 struct net_buf *frag; in send_data() local
398 static uint16_t net_buf_findcrlf(struct net_buf *buf, struct net_buf **frag, in net_buf_findcrlf()
560 struct net_buf *frag = NULL; in on_cmd_atcmdecho_nosock_imei() local
991 struct net_buf *frag = buf; in net_buf_ncmp() local
1063 struct net_buf *frag = NULL; in wncm14a2a_rx() local
/Zephyr-Core-3.5.0/subsys/net/
Dbuf.c575 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert()
587 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag) in net_buf_frag_add()
602 struct net_buf *frag, in net_buf_frag_del_debug()
634 struct net_buf *frag; in net_buf_linearize() local
675 struct net_buf *frag = net_buf_frag_last(buf); in net_buf_append_bytes() local
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_pkt.c260 #define NET_FRAG_CHECK_IF_NOT_IN_USE(frag, ref) \ argument
301 struct net_buf *frag; in net_pkt_print_frags() local
376 struct net_buf *frag; in net_pkt_get_reserve_data_debug() local
510 struct net_buf *frag; local
639 struct net_buf *net_pkt_frag_ref_debug(struct net_buf *frag,
665 void net_pkt_frag_unref_debug(struct net_buf *frag,
696 struct net_buf *frag,
730 void net_pkt_frag_add_debug(struct net_pkt *pkt, struct net_buf *frag,
752 void net_pkt_frag_insert_debug(struct net_pkt *pkt, struct net_buf *frag,
768 struct net_buf *frag, *prev; local
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_uart_pipe.c131 struct net_buf *frag; in upipe_rx() local
273 struct net_buf *frag) in upipe_tx()
Dieee802154_nrf5.c425 struct net_buf *frag) in nrf5_tx_started()
532 struct net_buf *frag) in nrf5_tx()
Dieee802154_rf2xx.c624 static void rf2xx_handle_ack(struct rf2xx_context *ctx, struct net_buf *frag) in rf2xx_handle_ack()
650 struct net_buf *frag) in rf2xx_tx()
Dieee802154_b91.c533 struct net_buf *frag) in b91_tx()
Dieee802154_cc13xx_cc26xx.c298 struct net_buf *frag) in ieee802154_cc13xx_cc26xx_tx()
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/smp_reassembly/src/
Dmain.c107 int frag; in ZTEST() local
/Zephyr-Core-3.5.0/tests/subsys/canbus/isotp/implementation/src/
Dmain.c114 static const uint8_t *check_frag(struct net_buf *frag, const uint8_t *data) in check_frag()
274 struct net_buf *buf, *frag; in ZTEST() local
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/
Desp_socket.c106 struct net_buf *frag; in esp_socket_prepare_pkt() local
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci_driver.c651 struct net_buf *frag; in recv_thread() local
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_pkt.h1397 #define net_pkt_frag_ref(frag) net_pkt_frag_ref_debug(frag, __func__, __LINE__) argument
1401 #define net_pkt_frag_unref(frag) \ argument
1408 #define net_pkt_frag_del(pkt, parent, frag) \ argument
1413 #define net_pkt_frag_add(pkt, frag) \ argument
1418 #define net_pkt_frag_insert(pkt, frag) \ argument
/Zephyr-Core-3.5.0/tests/net/ieee802154/6lo_fragment/src/
Dmain.c194 struct net_buf *frag; in compare_data() local

12