Lines Matching refs:u8
53 u8 *vec;
54 u8 len;
72 u8 feat_num;
82 static inline u8 dccp_feat_genopt(struct dccp_feat_entry *entry) in dccp_feat_genopt()
97 u8 dependent_feat;
100 u8 val;
112 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
113 u8 const *list, u8 len);
115 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
130 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len);
131 u64 dccp_decode_value_var(const u8 *bf, const u8 len);
132 u64 dccp_feat_nn_get(struct sock *sk, u8 feat);
135 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,