#include <tcpproxy.h>
Public Attributes | |
ipq_packet_msg | ipq_pm |
unsigned char * | payload |
iphdr * | ip |
union { | |
tcphdr * tcp | |
char * hdr | |
} | trans |
enum packet_dir | dir |
|
Definition at line 61 of file tcpproxy.h. Referenced by handle_packet(), handle_tcp(), queue_hipri(), queue_lowpri(), queue_tcp(), tcps_close_wait(), tcps_closed(), tcps_closing(), tcps_established(), tcps_fin_wait1(), tcps_fin_wait2(), tcps_last_ack(), tcps_new(), tcps_syn_recv(), tcps_syn_sent(), tcps_time_wait(), and valid_ack(). |
|
Definition at line 59 of file tcpproxy.h. |
|
Definition at line 56 of file tcpproxy.h. Referenced by alloc_packet_data(), clamp_tcp_win(), handle_packet(), handle_tcp(), send_packet(), and tcp_data_size(). |
|
Definition at line 54 of file tcpproxy.h. Referenced by alloc_packet_data(), handle_tcp(), send_packet(), and tcp_data_size(). |
|
Definition at line 55 of file tcpproxy.h. Referenced by alloc_packet_data(), dealloc_packet_data(), and send_packet(). |
|
Definition at line 58 of file tcpproxy.h. |
|