| /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_info; [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() 91 u_int8_t family; 108 u_int8_t family; 133 u_int8_t family; 142 u_int8_t family; 149 u_int8_t revision; 192 u_int8_t revision; 247 u_int8_t af; /* address/protocol family */ 339 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af, 341 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af, [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 pf, [all …]
|
| H A D | nf_conntrack_expect.h | 154 void nf_ct_expect_init(struct nf_conntrack_expect *, unsigned int, u_int8_t, 157 u_int8_t, const __be16 *, const __be16 *);
|
| /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 classid) in new_class() 247 static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) in new_subclass() 267 static int new_protocol(const char *name, u_int8_t classid, u_int8_t subclassid, in new_protocol() [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 | 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 | 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_multiport.c | 128 u_int8_t ip_invflags, in multiport_valid_ranges() 129 u_int8_t match_flags, 130 u_int8_t count)
|
| 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()
|
| H A D | xt_TCPMSS.c | 34 optlen(const u_int8_t *opt, unsigned int offset) in optlen() 116 opt = (u_int8_t *)tcph; in tcpmss_mangle_packet() 176 opt = (u_int8_t *)tcph + sizeof(struct tcphdr); in tcpmss_mangle_packet()
|
| H A D | xt_dccp.c | 34 dccp_find_option(u_int8_t option, in dccp_find_option() 89 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, in match_option()
|
| H A D | x_tables.c | 94 u_int8_t af = target->family; in xt_register_target() 106 u_int8_t af = target->family; in xt_unregister_target() 144 u_int8_t af = match->family; in xt_register_match() 156 u_int8_t af = match->family; in xt_unregister_match() 711 int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta) in xt_compat_add_offset() 732 void xt_compat_flush_offsets(u_int8_t af) in xt_compat_flush_offsets() 745 int xt_compat_calc_jump(u_int8_t af, unsigned int offset) in xt_compat_calc_jump() 1328 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af, in xt_find_table_lock() 1375 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af, in xt_request_find_table_lock() 1400 void xt_compat_lock(u_int8_t af) in xt_compat_lock() [all …]
|
| H A D | xt_sctp.c | 26 u_int8_t chunktype, in match_flags() 27 u_int8_t chunkflags) in match_flags()
|
| /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 | 170 u_int8_t pf, in nf_hook_state_init() 191 u_int8_t pf; 234 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() 367 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt, 369 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt, 376 unsigned int dataoff, u_int8_t protocol, 381 u_int8_t protocol, unsigned short family); 401 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() 440 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() 449 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
|
| /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/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()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 131 static inline void mga_writeb(vaddr_t va, unsigned int offs, u_int8_t value) { in mga_writeb() 243 u_int8_t xvrefctrl; 244 u_int8_t xmiscctrl; 249 u_int8_t regs[256];
|