Searched refs:u_int8_t (Results 1 – 16 of 16) sorted by relevance
| /include/linux/netfilter/ |
| A 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 */
|
| A D | x_tables.h | 89 u_int8_t family; 101 u_int8_t family; 120 u_int8_t family; 129 u_int8_t family; 136 u_int8_t revision; 176 u_int8_t revision; 453 u_int8_t revision; 469 u_int8_t revision; 503 void xt_compat_lock(u_int8_t af); 504 void xt_compat_unlock(u_int8_t af); [all …]
|
| A D | nfnetlink_osf.h | 29 bool nf_osf_match(const struct sk_buff *skb, u_int8_t family,
|
| /include/net/netfilter/ |
| A 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); 63 bool nf_log_is_registered(u_int8_t pf); 65 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 68 int nf_log_bind_pf(struct net *net, u_int8_t pf, 70 void nf_log_unbind_pf(struct net *net, u_int8_t pf); 81 u_int8_t pf, [all …]
|
| A D | nf_conntrack_expect.h | 124 void nf_ct_expect_init(struct nf_conntrack_expect *, unsigned int, u_int8_t, 127 u_int8_t, const __be16 *, const __be16 *);
|
| A D | nf_conntrack_tuple.h | 54 u_int8_t type, code; 68 u_int8_t protonum; 74 u_int8_t dir;
|
| A D | nf_conntrack_l4proto.h | 22 u_int8_t l4proto;
|
| A D | nf_conntrack.h | 144 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum()
|
| /include/linux/ |
| A D | netfilter_ipv4.h | 15 u_int8_t tos; 25 unsigned int dataoff, u_int8_t protocol); 30 unsigned int dataoff, u_int8_t protocol) in nf_ip_checksum()
|
| A D | netfilter.h | 163 u_int8_t pf, in nf_hook_state_init() 184 u_int8_t pf; 227 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() 360 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt, 362 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt, 369 unsigned int dataoff, u_int8_t protocol, 374 u_int8_t protocol, unsigned short family); 394 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() 433 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() 442 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
|
| A D | types.h | 100 typedef u8 u_int8_t; typedef
|
| A D | netfilter_ipv6.h | 198 unsigned int dataoff, u_int8_t protocol);
|
| /include/linux/netfilter_bridge/ |
| A D | ebtables.h | 32 u_int8_t revision; 33 u_int8_t family; 49 u_int8_t revision; 50 u_int8_t family; 67 u_int8_t revision; 68 u_int8_t family;
|
| /include/uapi/linux/ |
| A D | coda.h | 112 typedef unsigned char u_int8_t; typedef 154 u_int8_t d_type; /* file type, see below */ 155 u_int8_t d_namlen; /* length of string in d_name */
|
| /include/net/ |
| A D | ip_vs.h | 1785 struct ip_vs_conn *cp, u_int8_t proto,
|
| A D | tcp.h | 973 #define tcp_flag_byte(th) (((u_int8_t *)th)[13])
|
Completed in 773 milliseconds