Home
last modified time | relevance | path

Searched refs:ip_offset (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c2889 uint32_t ip_offset = action->cfg.common.ip_offset; in pkt_work() local
2956 ip_offset); in pkt_work()
2998 ip_offset); in pkt_work()
3034 uint32_t ip_offset = action->cfg.common.ip_offset; in pkt4_work() local
3213 ip_offset); in pkt4_work()
3220 ip_offset); in pkt4_work()
3227 ip_offset); in pkt4_work()
3234 ip_offset); in pkt4_work()
3326 ip_offset); in pkt4_work()
3328 ip_offset); in pkt4_work()
[all …]
H A Drte_table_action.h117 uint32_t ip_offset; member
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-wqe.h84 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
140 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
198 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
H A Dcvmx-helper-util.c179 buffer_ptr.s.addr += (pip_ip_offset.s.offset<<3) - work->word2.s.ip_offset; in cvmx_helper_dump_packet()
/f-stack/dpdk/doc/guides/nics/
H A Dice.rst96 Protocol is : ``vlan, ipv4, ipv6, ipv6_flow, tcp, ip_offset``.
177 .. table:: Protocol extraction : ``ip_offset``
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst333 offset <ip_offset>
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c1795 if (softnic_parser_read_uint32(&p.common.ip_offset, in cmd_table_action_profile()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c1097 if (parser_read_uint32(&p.common.ip_offset, tokens[6]) != 0) { in cmd_table_action_profile()