Home
last modified time | relevance | path

Searched refs:ip_frag (Results 1 – 15 of 15) sorted by relevance

/dpdk/lib/ip_frag/
H A Dip_reassembly.h24 struct ip_frag { struct
58 struct ip_frag frags[IP_MAX_FRAG_NUM]; /* fragments */
H A Dip_frag_common.h140 static const struct ip_frag zero_frag = { in ip_frag_reset()
/dpdk/examples/ip_reassembly/
H A Dmeson.build10 deps += ['lpm', 'ip_frag']
/dpdk/examples/ip_fragmentation/
H A Dmeson.build10 deps += ['ip_frag', 'lpm']
/dpdk/drivers/net/bonding/
H A Dmeson.build21 deps += ['ip_frag']
/dpdk/doc/guides/sample_app_ug/
H A Dindex.rst20 ip_frag
/dpdk/examples/ipsec-secgw/
H A Dmeson.build9 deps += ['security', 'lpm', 'acl', 'hash', 'ip_frag', 'ipsec', 'eventdev', 'telemetry']
/dpdk/lib/port/
H A Dmeson.build42 deps += ['ethdev', 'sched', 'ip_frag', 'cryptodev', 'eventdev']
/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h425 __u8 ip_frag:1; member
427 __u8 ip_frag:1; member
/dpdk/doc/api/
H A Ddoxy-api.conf.in50 @TOPDIR@/lib/ip_frag \
/dpdk/lib/
H A Dmeson.build40 'ip_frag',
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h2854 ioc_fm_pcd_manip_frag_ip_params_t ip_frag; member
3080 ioc_fm_pcd_manip_frag_ip_stats_t ip_frag; member
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst228 * ip_frag: The IP fragmentation library converts input mbuf into fragments
236 * ip_frag: IP reassembly library converts the list of fragments into a
H A Drelease_21_11.rst536 * ip_frag: All macros updated to have ``RTE_IP_FRAG_`` prefix.
622 * ip_frag: Increased default value for config parameter
/dpdk/
H A DMAINTAINERS1411 F: lib/ip_frag/
1415 F: doc/guides/sample_app_ug/ip_frag.rst