Home
last modified time | relevance | path

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

/net/dccp/
Dfeat.c213 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname() argument
227 if (feat > DCCPF_DATA_CHECKSUM && feat < DCCPF_MIN_CCID_SPECIFIC) in dccp_feat_fname()
230 if (feat == DCCPF_SEND_LEV_RATE) in dccp_feat_fname()
232 if (feat >= DCCPF_MIN_CCID_SPECIFIC) in dccp_feat_fname()
235 return feature_names[feat]; in dccp_feat_fname()
288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
289 dccp_pr_debug("%s(%s, ", dccp_feat_oname(opt), dccp_feat_fname(feat));\
290 dccp_feat_printvals(feat, val, len); \
301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new() argument
[all …]
Dfeat.h109 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
112 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
129 u64 dccp_feat_nn_get(struct sock *sk, u8 feat);
132 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
Doptions.c504 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()
DMakefile4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
Ddccp.h459 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val);
/net/dcb/
Ddcbnl.c1312 struct nlattr *feat = nla_nest_start_noflag(skb, in dcbnl_cee_fill() local
1314 if (!feat) in dcbnl_cee_fill()
1323 nla_nest_end(skb, feat); in dcbnl_cee_fill()
/net/ceph/
Dmessenger_v2.c1845 u64 feat = CEPH_MSGR2_SUPPORTED_FEATURES; in process_banner_payload() local
1864 if (server_req_feat & ~feat) { in process_banner_payload()
1866 feat, server_req_feat & ~feat); in process_banner_payload()
/net/wireless/
Dnl80211.c8898 enum nl80211_ext_feature_index feat) in nl80211_check_scan_feat() argument
8902 if (wiphy_ext_feature_isset(wiphy, feat)) in nl80211_check_scan_feat()