/linux/arch/parisc/include/asm/ |
H A D | eisa_eeprom.h | 21 u_int8_t flags; /* flags, usage? */ 22 u_int8_t ver_maj; 23 u_int8_t ver_min; 24 u_int8_t num_slots; /* number of EISA slots in system */ 26 u_int8_t pad[10]; 44 u_int8_t slot_info; 49 u_int8_t slot_features; 51 u_int8_t ver_min; 52 u_int8_t ver_maj; 67 u_int8_t function_inf [all...] |
/linux/include/linux/netfilter/ |
H 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 */
|
H A D | x_tables.h | 64 static inline u_int8_t xt_family(const struct xt_action_param *par) in xt_family() 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; 228 u_int8_t af; /* address/protocol family */ 316 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af, 318 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t a [all...] |
/linux/include/net/netfilter/ |
H 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 p [all...] |
H A D | nf_conntrack_tuple.h | 54 u_int8_t type, code; 68 u_int8_t protonum; 74 u_int8_t dir;
|
/linux/tools/usb/usbip/libsrc/ |
H A D | names.h | 19 extern const char *names_class(u_int8_t classid); 20 extern const char *names_subclass(u_int8_t classid, u_int8_t subclassid); 21 extern const char *names_protocol(u_int8_t classid, u_int8_t subclassid, 22 u_int8_t protocolid);
|
H A D | names.c | 39 u_int8_t classid; 45 u_int8_t classid, subclassid; 51 u_int8_t classid, subclassid, protocolid; 105 const char *names_class(u_int8_t classid) in names_class() 116 const char *names_subclass(u_int8_t classid, u_int8_t subclassid) in names_subclass() 127 const char *names_protocol(u_int8_t classid, u_int8_t subclassid, in names_protocol() 128 u_int8_t protocolid) in names_protocol() 228 static int new_class(const char *name, u_int8_t classi [all...] |
/linux/drivers/scsi/aic7xxx/ |
H A D | scsi_iu.h | 9 u_int8_t reserved[2]; 10 u_int8_t flags; 13 u_int8_t status; 14 u_int8_t sense_length[4]; 15 u_int8_t pkt_failures_length[4]; 16 u_int8_t pkt_failures[1];
|
/linux/include/linux/netfilter_bridge/ |
H 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;
|
/linux/net/netfilter/ |
H A D | xt_time.c | 23 u_int8_t month; /* (1-12) */ 24 u_int8_t monthday; /* (1-31) */ 25 u_int8_t weekday; /* (1-7) */ 26 u_int8_t hour; /* (0-23) */ 27 u_int8_t minute; /* (0-59) */ 28 u_int8_t second; /* (0-59) */
|
H A D | xt_DSCP.c | 33 u_int8_t dscp = ipv4_get_dsfield(ip_hdr(skb)) >> XT_DSCP_SHIFT; in dscp_tg() 50 u_int8_t dscp = ipv6_get_dsfield(ipv6_hdr(skb)) >> XT_DSCP_SHIFT; in dscp_tg6() 76 u_int8_t orig, nv; in tos_tg() 96 u_int8_t orig, nv; in tos_tg6()
|
H A D | xt_TCPOPTSTRIP.c | 19 static inline unsigned int optlen(const u_int8_t *opt, unsigned int offset) in optlen() 37 u_int8_t *opt; in tcpoptstrip_mangle_packet() 100 u_int8_t nexthdr; in tcpoptstrip_tg6()
|
H A D | nf_sockopt.c | 62 static struct nf_sockopt_ops *nf_sockopt_find(struct sock *sk, u_int8_t pf, in nf_sockopt_find() 92 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, sockptr_t opt, in nf_setsockopt() 107 int nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, in nf_getsockopt()
|
H A D | xt_multiport.c | 110 u_int8_t ip_invflags, in check() 111 u_int8_t match_flags, in check() 112 u_int8_t count) in check()
|
H A D | nf_log.c | 45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set() 79 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register() 136 bool nf_log_is_registered(u_int8_t pf) in nf_log_is_registered() 154 int nf_log_bind_pf(struct net *net, u_int8_t pf, in nf_log_bind_pf() 170 void nf_log_unbind_pf(struct net *net, u_int8_t pf) in nf_log_unbind_pf() 238 u_int8_t pf, in nf_log_packet() 267 u_int8_t pf, in nf_log_trace()
|
H A D | xt_dscp.c | 28 u_int8_t dscp = ipv4_get_dsfield(ip_hdr(skb)) >> XT_DSCP_SHIFT; in dscp_mt() 37 u_int8_t dscp = ipv6_get_dsfield(ipv6_hdr(skb)) >> XT_DSCP_SHIFT; in dscp_mt6()
|
H A D | xt_conntrack.c | 42 u_int8_t family) in conntrack_mt_origsrc() 51 u_int8_t family) in conntrack_mt_origdst() 60 u_int8_t family) in conntrack_mt_replsrc() 69 u_int8_t family) in conntrack_mt_repldst()
|
H A D | xt_tcpudp.c | 35 tcp_find_option(u_int8_t option, in tcp_find_option() 43 const u_int8_t *op; in tcp_find_option() 44 u_int8_t _opt[60 - sizeof(struct tcphdr)]; in tcp_find_option()
|
/linux/include/linux/ |
H 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()
|
H 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 famil [all...] |
/linux/drivers/atm/ |
H A D | nicstarmac.c | 157 static u_int8_t read_eprom_byte(virt_addr_t base, u_int8_t offset) in read_eprom_byte() 161 u_int8_t tempread = 0; in read_eprom_byte() 235 u_int8_t prom_offset, u_int8_t * buffer, u_int32_t nbytes) in nicstar_read_eprom()
|
/linux/drivers/parisc/ |
H A D | eisa_enumerator.c | 37 #define get_8(x) (*(u_int8_t*)(x)) 80 u_int8_t c; in configure_memory() 118 u_int8_t c; in configure_irq() 149 u_int8_t c; in configure_dma() 171 u_int8_t c; in configure_port() 212 u_int8_t c; in configure_port_init() 274 static int configure_choise(const unsigned char *buf, u_int8_t *info) in configure_choise() 323 u_int8_t flags; in parse_slot_config()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6t_mh.c | 26 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) in type_match()
|
H A D | ip6t_hbh.c | 55 const u_int8_t *tp = NULL; in hbh_mt6() 56 const u_int8_t *lp = NULL; in hbh_mt6()
|
/linux/drivers/input/touchscreen/ |
H A D | migor_ts.c | 29 static const u_int8_t migor_ts_ena_seq[17] = { 0x33, 0x22, 0x11, 31 static const u_int8_t migor_ts_dis_seq[17] = { }; 38 u_int8_t buf[16]; in migor_ts_isr()
|