Home
last modified time | relevance | path

Searched refs:u_int8_t (Results 1 – 22 of 22) sorted by relevance

/include/linux/netfilter/
Dnf_conntrack_tcp.h12 u_int8_t td_scale; /* window scale factor */
13 u_int8_t flags; /* per direction options */
18 u_int8_t state; /* state of the connection (enum tcp_conntrack) */
20 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */
21 u_int8_t retrans; /* Number of retransmitted packets */
22 u_int8_t last_index; /* Index of the last packet */
28 u_int8_t last_wscale; /* Last window scaling factor seen */
29 u_int8_t last_flags; /* Last flags set */
Dnf_conntrack_dccp.h31 u_int8_t role[IP_CT_DIR_MAX];
32 u_int8_t state;
33 u_int8_t last_pkt;
34 u_int8_t last_dir;
Dx_tables.h40 u_int8_t family;
64 u_int8_t family;
75 u_int8_t family;
94 u_int8_t family;
102 u_int8_t family;
109 u_int8_t revision;
148 u_int8_t revision;
196 u_int8_t af; /* address/protocol family */
243 unsigned int size, u_int8_t proto, bool inv_proto);
245 unsigned int size, u_int8_t proto, bool inv_proto);
[all …]
Dxt_quota2.h16 u_int8_t flags;
/include/net/netfilter/
Dnf_log.h19 u_int8_t type;
27 u_int8_t level;
28 u_int8_t logflags;
34 u_int8_t pf,
50 int nf_log_register(u_int8_t pf, struct nf_logger *logger);
53 void nf_log_set(struct net *net, u_int8_t pf,
57 int nf_log_bind_pf(struct net *net, u_int8_t pf,
59 void nf_log_unbind_pf(struct net *net, u_int8_t pf);
64 u_int8_t pf,
Dnf_conntrack_l4proto.h24 u_int8_t l4proto;
42 u_int8_t pf,
56 u_int8_t pf, unsigned int hooknum);
118 __nf_ct_l4proto_find(u_int16_t l3proto, u_int8_t l4proto);
121 nf_ct_l4proto_find_get(u_int16_t l3proto, u_int8_t l4proto);
Dnfnetlink_log.h6 u_int8_t pf,
Dnf_conntrack_core.h24 u_int8_t pf,
49 u_int8_t protonum,
Dnf_conntrack_expect.h103 void nf_ct_expect_init(struct nf_conntrack_expect *, unsigned int, u_int8_t,
106 u_int8_t, const __be16 *, const __be16 *);
Dnf_queue.h11 u_int8_t pf;
Dnf_conntrack_tuple.h53 u_int8_t type, code;
67 u_int8_t protonum;
70 u_int8_t dir;
Dnf_conntrack_l3proto.h50 unsigned int *dataoff, u_int8_t *protonum);
Dnf_conntrack.h124 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum()
/include/linux/
Dnetfilter.h57 u_int8_t pf;
66 u_int8_t pf;
103 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active()
112 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active()
118 int nf_hook_slow(u_int8_t pf, unsigned int hook, struct sk_buff *skb,
129 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh()
140 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, in nf_hook()
197 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt,
199 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt,
202 int compat_nf_setsockopt(struct sock *sk, u_int8_t pf, int optval,
[all …]
Dnetfilter_ipv4.h11 unsigned int dataoff, u_int8_t protocol);
Dnetfilter_ipv6.h16 unsigned int dataoff, u_int8_t protocol);
Dtypes.h97 typedef __u8 u_int8_t; typedef
/include/linux/netfilter_bridge/
Debtables.h34 u_int8_t revision;
35 u_int8_t family;
51 u_int8_t revision;
52 u_int8_t family;
69 u_int8_t revision;
70 u_int8_t family;
/include/uapi/linux/netfilter_arp/
Darpt_mangle.h16 u_int8_t flags;
/include/uapi/linux/
Dcoda.h123 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/
Dip_vs.h1613 struct ip_vs_conn *cp, u_int8_t proto,
Dtcp.h677 #define tcp_flag_byte(th) (((u_int8_t *)th)[13])