Linux Kernel
3.7.1
|
#include <nf_conntrack_tuple_common.h>
Data Fields | |
__be16 | all |
struct { | |
__be16 port | |
} | tcp |
struct { | |
__be16 port | |
} | udp |
struct { | |
__be16 id | |
} | icmp |
struct { | |
__be16 port | |
} | dccp |
struct { | |
__be16 port | |
} | sctp |
struct { | |
__be16 key | |
} | gre |
Definition at line 13 of file nf_conntrack_tuple_common.h.
__be16 all |
Definition at line 15 of file nf_conntrack_tuple_common.h.
struct { ... } dccp |
struct { ... } gre |
struct { ... } icmp |
Definition at line 24 of file nf_conntrack_tuple_common.h.
__be16 key |
Definition at line 33 of file nf_conntrack_tuple_common.h.
Definition at line 18 of file nf_conntrack_tuple_common.h.
struct { ... } sctp |
struct { ... } tcp |
struct { ... } udp |