Searched refs:feat (Results 1 – 6 of 6) sorted by relevance
/net/dccp/ |
D | feat.c | 216 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 …]
|
D | feat.h | 112 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 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,
|
D | options.c | 504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() argument 511 DCCP_WARN("length %u for feature %u too large\n", len, feat); in dccp_insert_fn_opt() 520 DCCP_WARN("packet too small for feature %d option!\n", feat); in dccp_insert_fn_opt() 528 *to++ = feat; in dccp_insert_fn_opt()
|
D | Makefile | 3 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
|
D | dccp.h | 472 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val);
|
/net/dcb/ |
D | dcbnl.c | 1303 struct nlattr *feat = nla_nest_start(skb, DCB_ATTR_CEE_FEAT); in dcbnl_cee_fill() local 1304 if (!feat) in dcbnl_cee_fill() 1313 nla_nest_end(skb, feat); in dcbnl_cee_fill()
|