Searched refs:u_int8_t (Results 1 – 22 of 22) sorted by relevance
/include/linux/netfilter/ |
D | nf_conntrack_tcp.h | 12 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 */
|
D | nf_conntrack_dccp.h | 31 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;
|
D | x_tables.h | 40 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 …]
|
D | xt_quota2.h | 16 u_int8_t flags;
|
/include/net/netfilter/ |
D | nf_log.h | 19 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,
|
D | nf_conntrack_l4proto.h | 24 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);
|
D | nfnetlink_log.h | 6 u_int8_t pf,
|
D | nf_conntrack_core.h | 24 u_int8_t pf, 49 u_int8_t protonum,
|
D | nf_conntrack_expect.h | 103 void nf_ct_expect_init(struct nf_conntrack_expect *, unsigned int, u_int8_t, 106 u_int8_t, const __be16 *, const __be16 *);
|
D | nf_queue.h | 11 u_int8_t pf;
|
D | nf_conntrack_tuple.h | 53 u_int8_t type, code; 67 u_int8_t protonum; 70 u_int8_t dir;
|
D | nf_conntrack_l3proto.h | 50 unsigned int *dataoff, u_int8_t *protonum);
|
D | nf_conntrack.h | 124 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum()
|
/include/linux/ |
D | netfilter.h | 57 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 …]
|
D | netfilter_ipv4.h | 11 unsigned int dataoff, u_int8_t protocol);
|
D | netfilter_ipv6.h | 16 unsigned int dataoff, u_int8_t protocol);
|
D | types.h | 97 typedef __u8 u_int8_t; typedef
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 34 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/ |
D | arpt_mangle.h | 16 u_int8_t flags;
|
/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 | 1613 struct ip_vs_conn *cp, u_int8_t proto,
|
D | tcp.h | 677 #define tcp_flag_byte(th) (((u_int8_t *)th)[13])
|