#include <netlink-types.h>
Data Fields | |
| struct { | |
| uint16_t src | |
| uint16_t dst | |
| } | port |
| struct { | |
| uint16_t id | |
| uint8_t type | |
| uint8_t code | |
| } | icmp |
| uint8_t nfnl_ct_proto::code |
Referenced by nfnl_ct_get_icmp_code(), and nfnl_ct_set_icmp_code().
| uint16_t nfnl_ct_proto::dst |
Referenced by nfnl_ct_get_dst_port(), and nfnl_ct_set_dst_port().
| struct { ... } nfnl_ct_proto::icmp |
| uint16_t nfnl_ct_proto::id |
Referenced by nfnl_ct_get_icmp_id(), and nfnl_ct_set_icmp_id().
| struct { ... } nfnl_ct_proto::port |
Referenced by nfnl_ct_get_dst_port(), nfnl_ct_get_src_port(), nfnl_ct_set_dst_port(), and nfnl_ct_set_src_port().
| uint16_t nfnl_ct_proto::src |
Referenced by nfnl_ct_get_src_port(), and nfnl_ct_set_src_port().
| uint8_t nfnl_ct_proto::type |
Referenced by nfnl_ct_get_icmp_type(), and nfnl_ct_set_icmp_type().