Searched refs:tcp_port (Results 1 – 11 of 11) sorted by relevance
13 set master_port [RI $master_id tcp_port]31 set old_port [RI $master_id tcp_port]
12 set old_port [RI $master_id tcp_port]56 set old_port [RI $master_id tcp_port]
6 set old_port [RI $master_id tcp_port]
148 # all packets that do not belong to the following tcp_port and udp_port150 # the following tcp_port and udp_port will transmit to kernel.155 #tcp_port=80,443
177 char *tcp_port; member
522 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() argument935 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() argument1000 if(!create_tcp_flow(port_id, tcp_port)) { in init_flow()
703 pconfig->kni.tcp_port = strdup(value); in ini_parse_handler()
54 sed "s/#tcp_port=80/tcp_port=80/" -i /data/f-stack/config.ini
90 Add a rule to direct packet whose ``ip-protocol=0x6(TCP), tcp_port=0x80`` to queue 1:
305 fw_offset_t tcp_port; member