Home
last modified time | relevance | path

Searched refs:feat (Results 1 – 6 of 6) sorted by relevance

/net/dccp/
Dfeat.c216 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname() argument
230 if (feat > DCCPF_DATA_CHECKSUM && feat < DCCPF_MIN_CCID_SPECIFIC) in dccp_feat_fname()
233 if (feat == DCCPF_SEND_LEV_RATE) in dccp_feat_fname()
235 if (feat >= DCCPF_MIN_CCID_SPECIFIC) in dccp_feat_fname()
238 return feature_names[feat]; in dccp_feat_fname()
291 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
292 dccp_pr_debug("%s(%s, ", dccp_feat_oname(opt), dccp_feat_fname(feat));\
293 dccp_feat_printvals(feat, val, len); \
304 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
454 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new() argument
[all …]
Dfeat.h112 extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
115 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
132 extern u64 dccp_feat_nn_get(struct sock *sk, u8 feat);
135 extern int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat,
Doptions.c536 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() argument
543 DCCP_WARN("length %u for feature %u too large\n", len, feat); in dccp_insert_fn_opt()
552 DCCP_WARN("packet too small for feature %d option!\n", feat); in dccp_insert_fn_opt()
560 *to++ = feat; in dccp_insert_fn_opt()
DMakefile3 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
Ddccp.h478 extern int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val);
/net/dcb/
Ddcbnl.c1273 struct nlattr *feat = nla_nest_start(skb, DCB_ATTR_CEE_FEAT); in dcbnl_cee_fill() local
1274 if (!feat) in dcbnl_cee_fill()
1283 nla_nest_end(skb, feat); in dcbnl_cee_fill()