Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 137) sorted by relevance

123456

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dpkttest.py65 def send_l3packet(self, pkt, mac): argument
69 def send_packet(self, pkt): argument
90 def send_to_protected_port(self, pkt, remote_mac=None): argument
95 def send_to_unprotected_port(self, pkt, remote_mac=None): argument
100 def xfer_unprotected(self, pkt): argument
104 def xfer_protected(self, pkt): argument
/f-stack/dpdk/lib/librte_power/
H A Dguest_channel.c58 struct channel_packet pkt; in guest_channel_host_connect() local
122 guest_channel_send_msg(struct channel_packet *pkt, unsigned int lcore_id) in guest_channel_send_msg()
152 int rte_power_guest_channel_send_msg(struct channel_packet *pkt, in rte_power_guest_channel_send_msg()
158 int power_guest_channel_read_msg(void *pkt, in power_guest_channel_read_msg()
213 int rte_power_guest_channel_receive_msg(void *pkt, in rte_power_guest_channel_receive_msg()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c16 process_ipsec_get_pkt_type(struct rte_mbuf *pkt, uint8_t **nlp) in process_ipsec_get_pkt_type()
42 update_mac_addrs(struct rte_mbuf *pkt, uint16_t portid) in update_mac_addrs()
127 route4_pkt(struct rte_mbuf *pkt, struct rt_ctx *rt_ctx) in route4_pkt()
151 route6_pkt(struct rte_mbuf *pkt, struct rt_ctx *rt_ctx) in route6_pkt()
175 get_route(struct rte_mbuf *pkt, struct route_table *rt, enum pkt_type type) in get_route()
190 struct rte_mbuf *pkt; in process_ipsec_ev_inbound() local
290 struct rte_mbuf *pkt; in process_ipsec_ev_outbound() local
403 struct rte_mbuf *pkt; in ipsec_wrkr_non_burst_int_port_drv_mode() local
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.h25 fill_sq_desc_gather(union sq_entry_t *entry, struct rte_mbuf *pkt) in fill_sq_desc_gather()
50 fill_sq_desc_gather(union sq_entry_t *entry, struct rte_mbuf *pkt) in fill_sq_desc_gather()
60 nicvf_mbuff_init_update(struct rte_mbuf *pkt, const uint64_t mbuf_init, in nicvf_mbuff_init_update()
73 nicvf_mbuff_init_mseg_update(struct rte_mbuf *pkt, const uint64_t mbuf_init, in nicvf_mbuff_init_mseg_update()
H A Dnicvf_rxtx.c29 fill_sq_desc_header(union sq_entry_t *entry, struct rte_mbuf *pkt) in fill_sq_desc_header()
66 struct rte_mbuf *pkt) in fill_sq_desc_header_zero_w1()
154 struct rte_mbuf *pkt; in nicvf_xmit_pkts() local
193 struct rte_mbuf *pkt, *seg; in nicvf_xmit_pkts_multiseg() local
408 struct rte_mbuf *pkt) in nicvf_rx_offload()
423 struct rte_mbuf *pkt; in nicvf_recv_pkts() local
525 struct rte_mbuf *pkt, *seg, *prev; in nicvf_process_cq_mseg_entry() local
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_fdir.c878 static void ice_pkt_insert_ipv6_addr(u8 *pkt, int offset, __be32 *addr) in ice_pkt_insert_ipv6_addr()
895 static void ice_pkt_insert_u6_qfi(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u6_qfi()
909 static void ice_pkt_insert_u8(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8()
925 static void ice_pkt_insert_u8_tc(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8_tc()
942 static void ice_pkt_insert_u16(u8 *pkt, int offset, __be16 data) in ice_pkt_insert_u16()
953 static void ice_pkt_insert_u32(u8 *pkt, int offset, __be32 data) in ice_pkt_insert_u32()
963 static void ice_pkt_insert_mac_addr(u8 *pkt, u8 *addr) in ice_pkt_insert_mac_addr()
978 u8 *pkt, bool frag, bool tun) in ice_fdir_get_gen_prgm_pkt()
1265 ice_fdir_get_prgm_pkt(struct ice_fdir_fltr *input, u8 *pkt, bool frag) in ice_fdir_get_prgm_pkt()
/f-stack/dpdk/lib/librte_gso/
H A Dgso_common.h47 update_udp_header(struct rte_mbuf *pkt, uint16_t udp_offset) in update_udp_header()
71 update_tcp_header(struct rte_mbuf *pkt, uint16_t l4_offset, uint32_t sent_seq, in update_tcp_header()
99 update_ipv4_header(struct rte_mbuf *pkt, uint16_t l3_offset, uint16_t id) in update_ipv4_header()
H A Dgso_udp4.c11 update_ipv4_udp_headers(struct rte_mbuf *pkt, struct rte_mbuf **segs, in update_ipv4_udp_headers()
38 gso_udp4_segment(struct rte_mbuf *pkt, in gso_udp4_segment()
H A Dgso_tcp4.c9 update_ipv4_tcp_headers(struct rte_mbuf *pkt, uint8_t ipid_delta, in update_ipv4_tcp_headers()
35 gso_tcp4_segment(struct rte_mbuf *pkt, in gso_tcp4_segment()
H A Dgso_common.c14 hdr_segment_init(struct rte_mbuf *hdr_segment, struct rte_mbuf *pkt, in hdr_segment_init()
42 gso_do_segment(struct rte_mbuf *pkt, in gso_do_segment()
H A Dgso_tunnel_tcp4.c9 update_tunnel_ipv4_tcp_headers(struct rte_mbuf *pkt, uint8_t ipid_delta, in update_tunnel_ipv4_tcp_headers()
55 gso_tunnel_tcp4_segment(struct rte_mbuf *pkt, in gso_tunnel_tcp4_segment()
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c111 set_policy_mac(struct channel_packet *pkt, int idx, char *mac) in set_policy_mac()
168 parse_json_to_pkt(json_t *element, struct channel_packet *pkt, in parse_json_to_pkt()
466 update_policy(struct channel_packet *pkt) in update_policy()
676 struct channel_packet *pkt = &pol->pkt; in apply_policy() local
718 send_freq(struct channel_packet *pkt, in send_freq()
754 send_capabilities(struct channel_packet *pkt, in send_capabilities()
808 send_ack_for_received_cmd(struct channel_packet *pkt, in send_ack_for_received_cmd()
819 process_request(struct channel_packet *pkt, struct channel_info *chan_info) in process_request()
991 struct channel_packet pkt; in read_binary_packet() local
1022 struct channel_packet pkt; in read_json_packet() local
/f-stack/dpdk/lib/librte_gro/
H A Dgro_vxlan_udp4.c100 struct rte_mbuf *pkt, in insert_new_item()
210 struct rte_mbuf *pkt = item->inner_item.firstseg; in udp4_check_vxlan_neighbor() local
238 struct rte_mbuf *pkt, in merge_two_vxlan_udp4_packets()
257 struct rte_mbuf *pkt = item->inner_item.firstseg; in update_vxlan_header() local
286 gro_vxlan_udp4_reassemble(struct rte_mbuf *pkt, in gro_vxlan_udp4_reassemble()
456 struct rte_mbuf *pkt; in gro_vxlan_udp4_merge_items() local
H A Dgro_vxlan_tcp4.c100 struct rte_mbuf *pkt, in insert_new_item()
220 struct rte_mbuf *pkt = item->inner_item.firstseg; in check_vxlan_seq_option() local
246 struct rte_mbuf *pkt, in merge_two_vxlan_tcp4_packets()
268 struct rte_mbuf *pkt = item->inner_item.firstseg; in update_vxlan_header() local
289 gro_vxlan_tcp4_reassemble(struct rte_mbuf *pkt, in gro_vxlan_tcp4_reassemble()
H A Dgro_udp4.c101 struct rte_mbuf *pkt, in insert_new_item()
180 struct rte_mbuf *pkt = item->firstseg; in update_header() local
197 gro_udp4_reassemble(struct rte_mbuf *pkt, in gro_udp4_reassemble()
346 struct rte_mbuf *pkt; in gro_udp4_merge_items() local
/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c67 copy_buf_to_pkt_segs(void* buf, unsigned len, struct rte_mbuf *pkt, in copy_buf_to_pkt_segs()
93 copy_buf_to_pkt(void* buf, unsigned len, struct rte_mbuf *pkt, unsigned offset) in copy_buf_to_pkt()
160 update_pkt_header(struct rte_mbuf *pkt, uint32_t total_pkt_len) in update_pkt_header()
188 pkt_burst_prepare(struct rte_mbuf *pkt, struct rte_mempool *mbp, in pkt_burst_prepare()
325 struct rte_mbuf *pkt; in pkt_burst_transmit() local
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c76 set_policy_defaults(struct channel_packet *pkt) in set_policy_defaults()
148 query_data(struct channel_packet *pkt, unsigned int lcore_id) in query_data()
187 struct channel_packet pkt; in cmd_query_freq_list_parsed() local
297 struct channel_packet pkt; in cmd_query_caps_list_parsed() local
383 struct channel_packet pkt; in check_response_cmd() local
476 send_policy(struct channel_packet *pkt, struct cmdline *cl) in send_policy()
/f-stack/dpdk/lib/librte_port/
H A Drte_port_ras.c151 process_ipv4(struct rte_port_ring_writer_ras *p, struct rte_mbuf *pkt) in process_ipv4()
183 process_ipv6(struct rte_port_ring_writer_ras *p, struct rte_mbuf *pkt) in process_ipv6()
216 rte_port_ring_writer_ras_tx(void *port, struct rte_mbuf *pkt) in rte_port_ring_writer_ras_tx()
242 struct rte_mbuf *pkt = pkts[i]; in rte_port_ring_writer_ras_tx_bulk() local
253 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_ring_writer_ras_tx_bulk() local
H A Drte_port_fd.c88 struct rte_mbuf *pkt = pkts[i]; in rte_port_fd_reader_rx() local
200 struct rte_mbuf *pkt = p->tx_buf[i]; in send_burst() local
219 rte_port_fd_writer_tx(void *port, struct rte_mbuf *pkt) in rte_port_fd_writer_tx()
252 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_fd_writer_tx_bulk() local
382 struct rte_mbuf *pkt = p->tx_buf[i]; in send_burst_nodrop() local
404 rte_port_fd_writer_nodrop_tx(void *port, struct rte_mbuf *pkt) in rte_port_fd_writer_nodrop_tx()
437 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_fd_writer_nodrop_tx_bulk() local
H A Drte_port_kni.c178 rte_port_kni_writer_tx(void *port, struct rte_mbuf *pkt) in rte_port_kni_writer_tx()
215 struct rte_mbuf *pkt = pkts[n_pkts_ok]; in rte_port_kni_writer_tx_bulk() local
223 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_kni_writer_tx_bulk() local
381 rte_port_kni_writer_nodrop_tx(void *port, struct rte_mbuf *pkt) in rte_port_kni_writer_nodrop_tx()
425 struct rte_mbuf *pkt = pkts[n_pkts_ok]; in rte_port_kni_writer_nodrop_tx_bulk() local
433 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_kni_writer_nodrop_tx_bulk() local
H A Drte_port_ring.c242 rte_port_ring_writer_tx(void *port, struct rte_mbuf *pkt) in rte_port_ring_writer_tx()
255 rte_port_ring_multi_writer_tx(void *port, struct rte_mbuf *pkt) in rte_port_ring_multi_writer_tx()
302 struct rte_mbuf *pkt = pkts[n_pkts_ok]; in rte_port_ring_writer_tx_bulk_internal() local
310 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_ring_writer_tx_bulk_internal() local
556 rte_port_ring_writer_nodrop_tx(void *port, struct rte_mbuf *pkt) in rte_port_ring_writer_nodrop_tx()
570 rte_port_ring_multi_writer_nodrop_tx(void *port, struct rte_mbuf *pkt) in rte_port_ring_multi_writer_nodrop_tx()
626 struct rte_mbuf *pkt = pkts[n_pkts_ok]; in rte_port_ring_writer_nodrop_tx_bulk_internal() local
638 struct rte_mbuf *pkt = pkts[pkt_index]; in rte_port_ring_writer_nodrop_tx_bulk_internal() local
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c435 const struct vmbus_chanpkt_hdr *pkt, in hn_nvs_handle_comp()
537 const struct vmbus_chanpkt_rxbuf *pkt) in hn_rx_buf_init()
672 const struct rndis_packet_msg *pkt = data; in hn_rndis_rx_data() local
766 const struct vmbus_chanpkt_rxbuf *pkt; in hn_nvs_handle_rxbuf() local
849 const struct vmbus_chanpkt_hdr *pkt, in hn_nvs_handle_notify()
1081 const struct vmbus_chanpkt_hdr *pkt; in hn_process_events() local
1147 struct rndis_packet_msg *pkt, in hn_append_to_chim()
1225 struct rndis_packet_msg *pkt; in hn_try_txagg() local
1281 hn_rndis_pktinfo_append(struct rndis_packet_msg *pkt, in hn_rndis_pktinfo_append()
1306 static void hn_encap(struct rndis_packet_msg *pkt, in hn_encap()
[all …]
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c276 struct rte_mbuf *pkt[], uint16_t nb_pkts, in bpf_rx_callback_vm()
294 struct rte_mbuf *pkt[], uint16_t nb_pkts, in bpf_rx_callback_jit()
311 struct rte_mbuf *pkt[], uint16_t nb_pkts, void *user_param) in bpf_tx_callback_vm()
327 struct rte_mbuf *pkt[], uint16_t nb_pkts, void *user_param) in bpf_tx_callback_jit()
347 struct rte_mbuf *pkt[], uint16_t nb_pkts, in bpf_rx_callback_mb_vm()
364 struct rte_mbuf *pkt[], uint16_t nb_pkts, in bpf_rx_callback_mb_jit()
381 struct rte_mbuf *pkt[], uint16_t nb_pkts, void *user_param) in bpf_tx_callback_mb_vm()
397 struct rte_mbuf *pkt[], uint16_t nb_pkts, void *user_param) in bpf_tx_callback_mb_jit()
/f-stack/dpdk/drivers/bus/vmbus/
H A Dvmbus_channel.c103 struct vmbus_chanpkt pkt; in rte_vmbus_chan_send() local
147 struct vmbus_chanpkt_sglist pkt; in rte_vmbus_chan_send_sglist() local
227 struct vmbus_chanpkt_hdr pkt; in rte_vmbus_chan_recv() local
274 struct vmbus_chanpkt_hdr pkt; in rte_vmbus_chan_recv_raw() local
411 struct vmbus_chanpkt_hdr pkt; in vmbus_dump_ring() local
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.h266 rte_event_eth_tx_adapter_txq_set(struct rte_mbuf *pkt, uint16_t queue) in rte_event_eth_tx_adapter_txq_set()
282 rte_event_eth_tx_adapter_txq_get(struct rte_mbuf *pkt) in rte_event_eth_tx_adapter_txq_get()

123456