Searched refs:u_int8_t (Results 1 – 20 of 20) sorted by relevance
/include/linux/netfilter/ |
D | nf_conntrack_tcp.h | 13 u_int8_t td_scale; /* window scale factor */ 14 u_int8_t flags; /* per direction options */ 19 u_int8_t state; /* state of the connection (enum tcp_conntrack) */ 21 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */ 22 u_int8_t retrans; /* Number of retransmitted packets */ 23 u_int8_t last_index; /* Index of the last packet */ 29 u_int8_t last_wscale; /* Last window scaling factor seen */ 30 u_int8_t last_flags; /* Last flags set */
|
D | nf_conntrack_dccp.h | 32 u_int8_t role[IP_CT_DIR_MAX]; 33 u_int8_t state; 34 u_int8_t last_pkt; 35 u_int8_t last_dir;
|
D | x_tables.h | 74 static inline u_int8_t xt_family(const struct xt_action_param *par) in xt_family() 99 u_int8_t family; 111 u_int8_t family; 130 u_int8_t family; 139 u_int8_t family; 146 u_int8_t revision; 186 u_int8_t revision; 235 u_int8_t af; /* address/protocol family */ 290 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u_int8_t proto, 292 int xt_check_target(struct xt_tgchk_param *, unsigned int size, u_int8_t proto, [all …]
|
D | xt_quota2.h | 16 u_int8_t flags;
|
/include/net/netfilter/ |
D | nf_log.h | 21 u_int8_t type; 33 u_int8_t level; 34 u_int8_t logflags; 40 u_int8_t pf, 59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); 62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 65 int nf_log_bind_pf(struct net *net, u_int8_t pf, 67 void nf_log_unbind_pf(struct net *net, u_int8_t pf); 79 u_int8_t pf, 89 u_int8_t pf, [all …]
|
D | nf_conntrack_l4proto.h | 25 u_int8_t l4proto; 46 u_int8_t pf, 59 u_int8_t pf, unsigned int hooknum); 118 u_int8_t l4proto); 121 u_int8_t l4proto);
|
D | nfnetlink_log.h | 7 u_int8_t pf,
|
D | nf_conntrack_core.h | 24 unsigned int nf_conntrack_in(struct net *net, u_int8_t pf, unsigned int hooknum, 44 unsigned int dataoff, u_int16_t l3num, u_int8_t protonum,
|
D | nf_conntrack_expect.h | 119 void nf_ct_expect_init(struct nf_conntrack_expect *, unsigned int, u_int8_t, 122 u_int8_t, const __be16 *, const __be16 *);
|
D | nf_conntrack_tuple.h | 54 u_int8_t type, code; 68 u_int8_t protonum; 71 u_int8_t dir;
|
D | nf_conntrack_l3proto.h | 47 unsigned int *dataoff, u_int8_t *protonum);
|
D | nf_conntrack.h | 115 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum()
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 36 u_int8_t revision; 37 u_int8_t family; 53 u_int8_t revision; 54 u_int8_t family; 71 u_int8_t revision; 72 u_int8_t family;
|
/include/linux/ |
D | netfilter.h | 53 u_int8_t pf; 69 u_int8_t pf; 113 u_int8_t pf, in nf_hook_state_init() 134 u_int8_t pf; 182 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() 255 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt, 257 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt, 260 int compat_nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, 262 int compat_nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, 277 unsigned int dataoff, u_int8_t protocol); [all …]
|
D | netfilter_ipv4.h | 11 unsigned int dataoff, u_int8_t protocol);
|
D | netfilter_ipv6.h | 27 unsigned int dataoff, u_int8_t protocol);
|
D | types.h | 98 typedef __u8 u_int8_t; typedef
|
/include/uapi/linux/ |
D | coda.h | 123 typedef unsigned char u_int8_t; typedef 165 u_int8_t d_type; /* file type, see below */ 166 u_int8_t d_namlen; /* length of string in d_name */
|
/include/net/ |
D | ip_vs.h | 1584 struct ip_vs_conn *cp, u_int8_t proto,
|
D | tcp.h | 778 #define tcp_flag_byte(th) (((u_int8_t *)th)[13])
|