Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/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
Deth_sam_gmac.c758 struct net_buf *frag; in tx_error_handler() local
1227 struct net_buf *frag; in frame_get() local
1411 struct net_buf *frag; in eth_tx() local
/Zephyr-latest/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-latest/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-latest/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.c1414 struct net_buf *frag; in send_data() local
1515 static uint16_t net_buf_findcrlf(struct net_buf *buf, struct net_buf **frag) in net_buf_findcrlf()
1679 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_manufacturer() local
1714 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_model() local
1748 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_revision() local
1782 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_imei() local
1855 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_imsi() local
2270 struct net_buf *frag = NULL; in on_cmd_atcmdinfo_serial_number() local
2633 struct net_buf *frag = NULL; in profile_handler() local
2698 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
1067 struct net_buf *frag = NULL; in wncm14a2a_rx() local
/Zephyr-latest/lib/net_buf/
Dbuf.c586 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert()
598 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag) in net_buf_frag_add()
613 struct net_buf *frag, in net_buf_frag_del_debug()
645 const struct net_buf *frag; in net_buf_linearize() local
686 struct net_buf *frag = net_buf_frag_last(buf); in net_buf_append_bytes() local
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c271 #define NET_FRAG_CHECK_IF_NOT_IN_USE(frag, ref) \ argument
312 struct net_buf *frag; in net_pkt_print_frags() local
387 struct net_buf *frag; in net_pkt_get_reserve_data_debug() local
521 struct net_buf *frag; local
650 struct net_buf *net_pkt_frag_ref_debug(struct net_buf *frag,
676 void net_pkt_frag_unref_debug(struct net_buf *frag,
707 struct net_buf *frag,
741 void net_pkt_frag_add_debug(struct net_pkt *pkt, struct net_buf *frag,
763 void net_pkt_frag_insert_debug(struct net_pkt *pkt, struct net_buf *frag,
779 struct net_buf *frag, *prev; local
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c128 struct net_buf *frag, *head; in ZTEST() local
178 struct net_buf *frag, *head; in ZTEST() local
213 struct net_buf *buf, *frag; in ZTEST() local
323 struct net_buf *buf, *frag; in ZTEST() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_reassembly/src/
Dmain.c107 int frag; in ZTEST() local
/Zephyr-latest/subsys/net/lib/shell/
Dconn.c175 struct net_buf *frag = pkt->frags; in tcp_sent_list_cb() local
Dipv6.c38 struct net_buf *frag = reass->pkt[i]->frags; in ipv6_frag_cb() local
/Zephyr-latest/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-latest/drivers/wifi/esp_at/
Desp_socket.c108 struct net_buf *frag; in esp_socket_prepare_pkt() local
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c266 struct net_buf *frag) in upipe_tx()
Dieee802154_nrf5.c471 struct net_buf *frag) in nrf5_tx_started()
576 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.c531 struct net_buf *frag) in b91_tx()
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c194 struct net_buf *frag; in compare_data() local

12