Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/net/smc/
Dsmc_clc.h65 u8 eyecatcher[4]; /* eye catcher */
66 u8 type; /* proposal / accept / confirm / decline */
69 u8 version : 4,
73 u8 typev1 : 2,
80 u8 eyecatcher[4];
84 u8 id_for_peer[SMC_SYSTEMID_LEN]; /* unique system id */
85 u8 gid[16]; /* gid of ib_device port */
86 u8 mac[6]; /* mac of ib_device port */
94 u8 prefix_len;
99 u8 release : 4,
[all …]
Dsmc.h62 u8 type;
67 u8 peer_done_writing : 1; /* Sending done indicator */
68 u8 peer_conn_closed : 1; /* Peer connection closed indicator */
69 u8 peer_conn_abort : 1; /* Abnormal close indicator */
70 u8 reserved : 5;
72 u8 reserved : 5;
73 u8 peer_conn_abort : 1;
74 u8 peer_conn_closed : 1;
75 u8 peer_done_writing : 1;
81 u8 write_blocked : 1; /* Writing Blocked, no rx buf space */
[all …]
Dsmc_core.h47 u8 raw[SMC_WR_BUF_SIZE];
80 u8 ibport; /* port - values 1 | 2 */
116 u8 gid[SMC_GID_SIZE];/* gid matching used vlan id*/
117 u8 sgid_index; /* gid index for vlan id */
123 u8 peer_mac[ETH_ALEN]; /* = gid[8:10||13:15] */
124 u8 peer_gid[SMC_GID_SIZE]; /* gid of peer*/
125 u8 link_id; /* unique # within link group */
126 u8 link_uid[SMC_LGR_ID_SIZE]; /* unique lnk id */
127 u8 peer_link_uid[SMC_LGR_ID_SIZE]; /* peer uid */
128 u8 link_idx; /* index in lgr link array */
[all …]
/net/nfc/
Dllcp.h39 u8 *tlv;
40 u8 tlv_len;
43 u8 tid;
44 u8 sap;
67 u8 rf_mode;
68 u8 comm_mode;
69 u8 lto;
70 u8 rw;
78 u8 gb[NFC_MAX_GT_LEN];
79 u8 gb_len;
[all …]
Dllcp_commands.c18 static const u8 llcp_tlv_length[LLCP_TLV_MAX] = {
32 static u8 llcp_tlv8(const u8 *tlv, u8 type) in llcp_tlv8()
40 static u16 llcp_tlv16(const u8 *tlv, u8 type) in llcp_tlv16()
49 static u8 llcp_tlv_version(const u8 *tlv) in llcp_tlv_version()
54 static u16 llcp_tlv_miux(const u8 *tlv) in llcp_tlv_miux()
59 static u16 llcp_tlv_wks(const u8 *tlv) in llcp_tlv_wks()
64 static u16 llcp_tlv_lto(const u8 *tlv) in llcp_tlv_lto()
69 static u8 llcp_tlv_opt(const u8 *tlv) in llcp_tlv_opt()
74 static u8 llcp_tlv_rw(const u8 *tlv) in llcp_tlv_rw()
79 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length) in nfc_llcp_build_tlv()
[all …]
Ddigital_technology.c83 static const u8 digital_ats_fsc[] = {
95 u8 nfcid1[4];
96 u8 bcc;
100 u8 sel_cmd;
101 u8 b2;
102 u8 nfcid1[4];
103 u8 bcc;
107 u8 cmd;
108 u8 afi;
109 u8 param;
[all …]
/net/dccp/
Dfeat.h50 u8 *vec;
51 u8 len;
69 u8 feat_num;
79 static inline u8 dccp_feat_genopt(struct dccp_feat_entry *entry) in dccp_feat_genopt()
94 u8 dependent_feat;
97 u8 val;
109 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
110 u8 const *list, u8 len);
112 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
127 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len);
[all …]
Dfeat.c123 dp->dccps_pcslen, (u8)cscov); in dccp_hdlr_min_cscov()
129 u8 feat_num; /* DCCPF_xxx */
132 u8 default_value; /* as in 6.4 */
172 static int dccp_feat_index(u8 feat_num) in dccp_feat_index()
189 static u8 dccp_feat_type(u8 feat_num) in dccp_feat_type()
198 static int dccp_feat_default_value(u8 feat_num) in dccp_feat_default_value()
213 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname()
243 static const char *dccp_feat_oname(const u8 opt) in dccp_feat_oname()
254 static void dccp_feat_printval(u8 feat_num, dccp_feat_val const *val) in dccp_feat_printval()
256 u8 i, type = dccp_feat_type(feat_num); in dccp_feat_printval()
[all …]
Dackvec.h41 static inline u8 dccp_ackvec_runlen(const u8 *cell) in dccp_ackvec_runlen()
46 static inline u8 dccp_ackvec_state(const u8 *cell) in dccp_ackvec_state()
68 u8 av_buf[DCCPAV_MAX_ACKVEC_LEN];
74 u8 av_overflow:1;
98 u8 avr_ack_runlen;
99 u8 avr_ack_nonce:1;
109 int dccp_ackvec_update_records(struct dccp_ackvec *av, u64 seq, u8 sum);
128 u8 *vec,
134 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce);
Dccid.h62 int (*ccid_hc_rx_parse_options)(struct sock *sk, u8 pkt,
63 u8 opt, u8 *val, u8 len);
68 int (*ccid_hc_tx_parse_options)(struct sock *sk, u8 pkt,
69 u8 opt, u8 *val, u8 len);
106 bool ccid_support_check(u8 const *ccid_array, u8 array_len);
107 int ccid_get_builtin_ccids(u8 **ccid_array, u8 *array_len);
111 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx);
200 u8 pkt, u8 opt, u8 *val, u8 len) in ccid_hc_tx_parse_options()
212 u8 pkt, u8 opt, u8 *val, u8 len) in ccid_hc_rx_parse_options()
/net/mac80211/
Dieee80211_i.h80 extern const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS];
93 u8 supp_rates[IEEE80211_MAX_SUPP_RATES];
106 u8 erp_value;
109 u8 corrupt_data;
112 u8 valid_data;
233 u8 pn[IEEE80211_CCMP_PN_LEN];
245 u8 count;
251 u8 count;
255 u8 *head, *tail;
259 u8 cntdwn_current_counter;
[all …]
Dsta_info.h153 struct sta_info *sta, u8 ac,
198 u8 dialog_token;
199 u8 stop_initiator;
207 u8 tid;
258 u8 tid;
259 u8 auto_seq:1,
292 u8 tid_rx_token[IEEE80211_NUM_TIDS];
303 u8 addba_req_num[IEEE80211_NUM_TIDS];
304 u8 dialog_token_allocator;
330 u8 hdr_len;
[all …]
Dfils_aead.c16 static void gf_mulx(u8 *pad) in gf_mulx()
26 size_t num_elem, const u8 *addr[], size_t len[], u8 *v) in aes_s2v()
28 u8 d[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE] = {}; in aes_s2v()
66 static int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt()
67 const u8 *plain, size_t plain_len, in aes_siv_encrypt()
68 size_t num_elem, const u8 *addr[], in aes_siv_encrypt()
69 size_t len[], u8 *out) in aes_siv_encrypt()
71 u8 v[AES_BLOCK_SIZE]; in aes_siv_encrypt()
77 u8 *tmp; in aes_siv_encrypt()
144 static int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt()
[all …]
/net/nfc/hci/
Dhci.h12 u8 gate;
13 u8 pipe;
17 u8 header; /* type -cmd,evt,rsp- + instruction */
18 u8 data[];
22 u8 header; /* cbit+pipe */
43 u8 src_gate;
44 u8 dest_host;
45 u8 dest_gate;
49 u8 src_host;
50 u8 src_gate;
[all …]
Dcommand.c19 static int nfc_hci_execute_cmd_async(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_execute_cmd_async()
20 const u8 *param, size_t param_len, in nfc_hci_execute_cmd_async()
55 static int nfc_hci_execute_cmd(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_execute_cmd()
56 const u8 *param, size_t param_len, in nfc_hci_execute_cmd()
91 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event, in nfc_hci_send_event()
92 const u8 *param, size_t param_len) in nfc_hci_send_event()
94 u8 pipe; in nfc_hci_send_event()
112 int nfc_hci_send_cmd(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, in nfc_hci_send_cmd()
113 const u8 *param, size_t param_len, struct sk_buff **skb) in nfc_hci_send_cmd()
115 u8 pipe; in nfc_hci_send_cmd()
[all …]
/net/llc/
Dllc_pdu.c18 static void llc_pdu_decode_pdu_type(struct sk_buff *skb, u8 *type);
19 static u8 llc_pdu_get_pf_bit(struct llc_pdu_sn *pdu);
21 void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type) in llc_pdu_set_cmd_rsp()
35 void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value) in llc_pdu_set_pf_bit()
37 u8 pdu_type; in llc_pdu_set_pf_bit()
63 void llc_pdu_decode_pf_bit(struct sk_buff *skb, u8 *pf_bit) in llc_pdu_decode_pf_bit()
65 u8 pdu_type; in llc_pdu_decode_pf_bit()
89 void llc_pdu_init_as_disc_cmd(struct sk_buff *skb, u8 p_bit) in llc_pdu_init_as_disc_cmd()
107 void llc_pdu_init_as_i_cmd(struct sk_buff *skb, u8 p_bit, u8 ns, u8 nr) in llc_pdu_init_as_i_cmd()
126 void llc_pdu_init_as_rej_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rej_cmd()
[all …]
/net/bluetooth/
Dhci_request.h46 const void *param, u8 event);
47 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status,
53 unsigned long opt, u32 timeout, u8 *hci_status);
56 unsigned long opt, u32 timeout, u8 *hci_status);
79 void __hci_req_update_adv_data(struct hci_request *req, u8 instance);
80 int hci_req_update_adv_data(struct hci_dev *hdev, u8 instance);
81 void __hci_req_update_scan_rsp_data(struct hci_request *req, u8 instance);
83 int __hci_req_schedule_adv_instance(struct hci_request *req, u8 instance,
86 struct hci_request *req, u8 instance,
89 int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance);
[all …]
Dselftest.c35 static const u8 priv_a_1[32] __initconst = {
41 static const u8 priv_b_1[32] __initconst = {
47 static const u8 pub_a_1[64] __initconst = {
58 static const u8 pub_b_1[64] __initconst = {
69 static const u8 dhkey_1[32] __initconst = {
76 static const u8 priv_a_2[32] __initconst = {
82 static const u8 priv_b_2[32] __initconst = {
88 static const u8 pub_a_2[64] __initconst = {
99 static const u8 pub_b_2[64] __initconst = {
110 static const u8 dhkey_2[32] __initconst = {
[all …]
Dsmp.c87 u8 local_pk[64];
88 u8 local_rand[16];
100 u8 preq[7]; /* SMP Pairing Request */
101 u8 prsp[7]; /* SMP Pairing Response */
102 u8 prnd[16]; /* SMP Pairing Random (local) */
103 u8 rrnd[16]; /* SMP Pairing Random (remote) */
104 u8 pcnf[16]; /* SMP Pairing Confirm */
105 u8 tk[16]; /* SMP Temporary Key */
106 u8 rr[16]; /* Remote OOB ra/rb value */
107 u8 lr[16]; /* Local OOB ra/rb value */
[all …]
/net/batman-adv/
Dtvlv.h16 u8 type, u8 version,
25 u8 type, u8 version);
30 u8 flags,
34 u8 *src, u8 *dst,
37 u8 type, u8 version, u8 flags);
39 u8 type, u8 version);
43 u8 *src, u8 *dst,
45 void batadv_tvlv_unicast_send(struct batadv_priv *bat_priv, u8 *src,
46 u8 *dst, u8 type, u8 version,
Dtypes.h139 u8 flags;
178 u8 num_bcasts;
242 u8 bcast_own_sum;
262 u8 last_ttl;
314 u8 no;
368 u8 orig[ETH_ALEN];
398 u8 mcast_flags;
612 u8 addr[ETH_ALEN];
617 u8 orig[ETH_ALEN];
648 u8 addr[ETH_ALEN];
[all …]
/net/nfc/nci/
Dhci.c19 u8 conn_id;
20 u8 pipe;
21 u8 cmd;
22 const u8 *data;
27 u8 src_gate;
28 u8 dest_host;
29 u8 dest_gate;
33 u8 src_host;
34 u8 src_gate;
35 u8 dest_host;
[all …]
/net/mpls/
Dinternal.h13 u8 ttl;
14 u8 tc;
15 u8 bos;
96 u8 nh_labels;
97 u8 nh_via_alen;
98 u8 nh_via_table;
99 u8 nh_reserved1;
145 u8 rt_protocol;
146 u8 rt_payload_type;
147 u8 rt_max_alen;
[all …]
/net/iucv/
Diucv.c84 u8 ipflags1;
85 u8 iptype;
191 u8 ipflags1;
192 u8 iprcode;
195 u8 ipvmid[8];
196 u8 ipuser[16];
197 u8 iptarget[8];
206 u8 ipflags1;
207 u8 iprcode;
210 u8 iprmmsg[8];
[all …]
/net/openvswitch/
Dflow.h63 u8 tun_opts[IP_TUNNEL_OPTS_MAX];
64 u8 tun_opts_len;
71 u8 mac_proto; /* MAC layer protocol (e.g. Ethernet). */
72 u8 tun_proto; /* Protocol of encapsulating tunnel. */
76 u8 src[ETH_ALEN]; /* Ethernet source address. */
77 u8 dst[ETH_ALEN]; /* Ethernet destination address. */
83 u8 ct_state;
84 u8 ct_orig_proto; /* CT original direction tuple IP
89 u8 proto; /* IP protocol or lower 8 bits of ARP opcode. */
90 u8 tos; /* IP ToS. */
[all …]

12345678910>>...31