| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | esp_inb.c | 61 const struct rte_ipsec_sa *sa, struct rte_mbuf *mb, in inb_cop_prepare() 195 struct rte_mbuf *mb, uint32_t hlen, rte_be64_t *sqc) in inb_get_sqn() 284 struct rte_mbuf *mb, uint32_t hlen, union sym_op_data *icv) in inb_pkt_prepare() 399 trs_process_check(struct rte_mbuf *mb, struct rte_mbuf **ml, in trs_process_check() 422 tun_process_check(struct rte_mbuf *mb, struct rte_mbuf **ml, in tun_process_check() 485 trs_process_step3(struct rte_mbuf *mb) in trs_process_step3() 689 struct rte_mbuf *mb[], uint16_t num) in cpu_inb_pkt_prepare() 751 struct rte_mbuf *mb[], uint16_t num) in esp_inb_tun_pkt_process() 760 struct rte_mbuf *mb[], uint16_t num) in inline_inb_tun_pkt_process() 770 struct rte_mbuf *mb[], uint16_t num) in esp_inb_trs_pkt_process() [all …]
|
| H A D | esp_outb.c | 109 const uint64_t ivp[IPSEC_MAX_IV_QWORD], struct rte_mbuf *mb, in outb_tun_pkt_prepare() 221 esp_outb_tun_prepare(const struct rte_ipsec_session *ss, struct rte_mbuf *mb[], in esp_outb_tun_prepare() 276 const uint64_t ivp[IPSEC_MAX_IV_QWORD], struct rte_mbuf *mb, in outb_trs_pkt_prepare() 361 esp_outb_trs_prepare(const struct rte_ipsec_session *ss, struct rte_mbuf *mb[], in esp_outb_trs_prepare() 442 struct rte_mbuf *mb[], uint16_t num, in cpu_outb_pkt_prepare() 513 struct rte_mbuf *mb[], uint16_t num) in cpu_outb_tun_pkt_prepare() 520 struct rte_mbuf *mb[], uint16_t num) in cpu_outb_trs_pkt_prepare() 576 struct rte_mbuf *mb[], uint16_t num) in inline_outb_mbuf_prepare() 596 struct rte_mbuf *mb[], uint16_t num) in inline_outb_tun_pkt_process() 646 struct rte_mbuf *mb[], uint16_t num) in inline_outb_trs_pkt_process() [all …]
|
| H A D | misc.h | 19 move_bad_mbufs(struct rte_mbuf *mb[], const uint32_t bad_idx[], uint32_t nb_mb, in move_bad_mbufs() 47 mbuf_get_seg_ofs(struct rte_mbuf *mb, uint32_t *ofs) in mbuf_get_seg_ofs() 84 mbuf_cut_seg_ofs(struct rte_mbuf *mb, struct rte_mbuf *ms, uint32_t ofs, in mbuf_cut_seg_ofs() 114 union rte_crypto_sym_ofs ofs, struct rte_mbuf *mb[], in cpu_crypto_bulk()
|
| H A D | rte_ipsec.h | 119 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in rte_ipsec_pkt_crypto_prepare() 126 struct rte_mbuf *mb[], uint16_t num) in rte_ipsec_pkt_cpu_prepare() 155 rte_ipsec_pkt_process(const struct rte_ipsec_session *ss, struct rte_mbuf *mb[], in rte_ipsec_pkt_process()
|
| H A D | sa.c | 544 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in lksd_proto_cop_prepare() 567 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in lksd_proto_prepare() 584 struct rte_mbuf *mb[], uint16_t num) in pkt_flag_process()
|
| H A D | rte_ipsec_group.h | 82 struct rte_mbuf *mb[], struct rte_ipsec_group grp[], uint16_t num) in rte_ipsec_pkt_crypto_group()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg_common.h | 14 #define MSG_PREP(parms, mb, type, subtype, req, resp) do { \ argument 25 #define MSG_PREP_NO_REQ(parms, mb, type, subtype, resp) do { \ argument 36 #define MSG_PREP_NO_RESP(parms, mb, type, subtype, req) do { \ argument
|
| /f-stack/lib/ |
| H A D | ff_veth.c | 196 struct mbuf *mb = (struct mbuf *)m; in ff_mbuf_copydata() local 210 struct mbuf *mb = (struct mbuf *)m; in ff_mbuf_tx_offload() local 245 struct mbuf *mb; in ff_zc_mbuf_get() local 267 struct mbuf *m, *mb; in ff_zc_mbuf_write() local 335 struct mbuf *mb = m_get(M_NOWAIT, MT_DATA); in ff_mbuf_get() local 358 struct mbuf *mb = (struct mbuf *)m; in ff_veth_process_packet() local 732 struct mbuf *mb = *(struct mbuf **)mbuf_bsd; in ff_next_mbuf() local
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 145 copy_to_trf(struct ipsec_traffic *trf, uint64_t satp, struct rte_mbuf *mb[], in copy_to_trf() 217 prep_process_group(void *sa, struct rte_mbuf *mb[], uint32_t cnt) in prep_process_group() 233 struct ipsec_traffic *trf, struct rte_mbuf *mb[], uint32_t cnt) in ipsec_process_inline_group() 252 struct ipsec_traffic *trf, struct rte_mbuf *mb[], uint32_t cnt) in ipsec_process_cpu_group()
|
| /f-stack/freebsd/net/ |
| H A D | debugnet_inet.c | 83 debugnet_handle_ip(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_ip() 276 debugnet_handle_arp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_arp()
|
| H A D | debugnet.c | 355 debugnet_handle_rx_msg(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_rx_msg() 407 debugnet_handle_ack(struct debugnet_pcb *pcb, struct mbuf **mb, uint16_t sport) in debugnet_handle_ack() 445 debugnet_handle_udp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_udp()
|
| /f-stack/dpdk/examples/bpf/ |
| H A D | t2.c | 26 struct rte_mbuf *mb; in entry() local
|
| H A D | t3.c | 35 const struct rte_mbuf *mb; in entry() local
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | macswap.h | 15 struct rte_mbuf *mb; in do_macswap() local
|
| H A D | macswap_common.h | 38 mbuf_field_set(struct rte_mbuf *mb, uint64_t ol_flags) in mbuf_field_set()
|
| H A D | macfwd.c | 51 struct rte_mbuf *mb; in pkt_burst_mac_forward() local
|
| H A D | macswap_sse.h | 15 struct rte_mbuf *mb[4]; in do_macswap() local
|
| H A D | macswap_neon.h | 20 struct rte_mbuf *mb[4]; in do_macswap() local
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_pkt.c | 176 apply_filter(struct rte_mbuf *mb[], const uint64_t rc[], uint32_t num, in apply_filter() 206 pkt_filter_vm(const struct rte_bpf *bpf, struct rte_mbuf *mb[], uint32_t num, in pkt_filter_vm() 221 pkt_filter_jit(const struct rte_bpf_jit *jit, struct rte_mbuf *mb[], in pkt_filter_jit() 242 pkt_filter_mb_vm(const struct rte_bpf *bpf, struct rte_mbuf *mb[], uint32_t num, in pkt_filter_mb_vm() 252 pkt_filter_mb_jit(const struct rte_bpf_jit *jit, struct rte_mbuf *mb[], in pkt_filter_mb_jit()
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx.c | 331 struct rte_mbuf *mb, in iavf_rxd_to_pkt_fields_by_comms_ovs() 356 struct rte_mbuf *mb, in iavf_rxd_to_pkt_fields_by_comms_aux_v1() 398 struct rte_mbuf *mb, in iavf_rxd_to_pkt_fields_by_comms_aux_v2() 937 iavf_rxd_to_vlan_tci(struct rte_mbuf *mb, volatile union iavf_rx_desc *rxdp) in iavf_rxd_to_vlan_tci() 950 iavf_flex_rxd_to_vlan_tci(struct rte_mbuf *mb, in iavf_flex_rxd_to_vlan_tci() 1017 iavf_rxd_build_fdir(volatile union iavf_rx_desc *rxdp, struct rte_mbuf *mb) in iavf_rxd_build_fdir() 1622 struct rte_mbuf *mb; in iavf_rx_scan_hw_ring_flex_rxd() local 1698 struct rte_mbuf *mb; in iavf_rx_scan_hw_ring() local 1807 struct rte_mbuf *mb; in iavf_rx_alloc_bufs() local
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.h | 149 rte_mbuf_data_iova(const struct rte_mbuf *mb) in rte_mbuf_data_iova() 167 rte_mbuf_data_iova_default(const struct rte_mbuf *mb) in rte_mbuf_data_iova_default() 208 rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp) in rte_mbuf_buf_addr() 226 rte_mbuf_data_addr_default(__rte_unused struct rte_mbuf *mb) in rte_mbuf_data_addr_default() 326 #define RTE_MBUF_HAS_PINNED_EXTBUF(mb) \ argument
|
| /f-stack/dpdk/lib/librte_ip_frag/ |
| H A D | rte_ipv4_reassembly.c | 99 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv4_frag_reassemble_packet()
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k.h | 224 #define MBUF_DMA_ADDR(mb) \ argument 228 #define MBUF_DMA_ADDR_DEFAULT(mb) \ argument 262 fm10k_pktmbuf_reset(struct rte_mbuf *mb, uint16_t in_port) in fm10k_pktmbuf_reset() 296 fm10k_addr_alignment_valid(struct rte_mbuf *mb) in fm10k_addr_alignment_valid()
|
| H A D | fm10k_rxtx.c | 578 static inline void tx_xmit_pkt(struct fm10k_tx_queue *q, struct rte_mbuf *mb) in tx_xmit_pkt() 661 struct rte_mbuf *mb; in fm10k_xmit_pkts() local
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.h | 53 #define mb() rte_mb() macro
|