Home
last modified time | relevance | path

Searched refs:tcp_port (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/tests/sentinel/tests/
H A D02-slaves-reconf.tcl13 set master_port [RI $master_id tcp_port]
31 set old_port [RI $master_id tcp_port]
H A D00-base.tcl12 set old_port [RI $master_id tcp_port]
56 set old_port [RI $master_id tcp_port]
H A D01-conf-update.tcl6 set old_port [RI $master_id tcp_port]
H A D05-manual.tcl6 set old_port [RI $master_id tcp_port]
/f-stack/
H A Dconfig.ini148 # all packets that do not belong to the following tcp_port and udp_port
150 # the following tcp_port and udp_port will transmit to kernel.
155 #tcp_port=80,443
/f-stack/lib/
H A Dff_config.h177 char *tcp_port; member
H A Dff_dpdk_if.c522 ff_kni_init(nb_ports, ff_global_cfg.kni.tcp_port, in init_kni()
896 create_tcp_flow(uint16_t port_id, uint16_t tcp_port) { in create_tcp_flow() argument
935 tcp_spec.hdr.dst_port = rte_cpu_to_be_16(tcp_port); in create_tcp_flow()
970 tcp_spec.hdr.src_port = rte_cpu_to_be_16(tcp_port); in create_tcp_flow()
990 init_flow(uint16_t port_id, uint16_t tcp_port) { in init_flow() argument
1000 if(!create_tcp_flow(port_id, tcp_port)) { in init_flow()
H A Dff_config.c703 pconfig->kni.tcp_port = strdup(value); in ini_parse_handler()
/f-stack/doc/
H A DLaunch_F-Stack_on_AWS_EC2_in_one_minute.md54 sed "s/#tcp_port=80/tcp_port=80/" -i /data/f-stack/config.ini
/f-stack/dpdk/doc/guides/nics/
H A Digc.rst90 Add a rule to direct packet whose ``ip-protocol=0x6(TCP), tcp_port=0x80`` to queue 1:
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.h305 fw_offset_t tcp_port; member