Searched refs:mandatory (Results 1 – 6 of 6) sorted by relevance
/net/dccp/ |
D | feat.c | 288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0) 301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 482 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 495 new->needs_mandatory = mandatory; in dccp_feat_push_change() 700 u8 mandatory, u64 nn_val) in __feat_register_nn() argument 712 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 725 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument 740 if (dccp_feat_push_change(fn, feat, is_local, mandatory, &fval)) { in __feat_register_sp() 1315 static u8 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, in dccp_feat_handle_nn_established() argument [all …]
|
D | options.c | 64 int mandatory = 0; in dccp_parse_options() local 107 if (mandatory) in dccp_parse_options() 110 mandatory = 1; in dccp_parse_options() 125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options() 241 mandatory = 0; in dccp_parse_options() 245 if (mandatory) in dccp_parse_options()
|
/net/tipc/ |
D | bcast.h | 76 bool mandatory; member
|
D | socket.c | 944 method->mandatory = true; in tipc_send_group_msg() 1093 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast() 1142 method->mandatory = false; in tipc_send_group_bcast() 3107 tsk->mc_method.mandatory = true; in tipc_sk_join() 3199 tsk->mc_method.mandatory = true; in tipc_setsockopt() 3203 tsk->mc_method.mandatory = true; in tipc_setsockopt()
|
D | bcast.c | 230 if (method->mandatory) in tipc_bcast_select_xmit_method()
|
/net/mac80211/ |
D | sta_info.c | 641 u32 mandatory = 0; in __sta_info_alloc() local 659 mandatory = IEEE80211_RATE_MANDATORY_B | in __sta_info_alloc() 663 mandatory = IEEE80211_RATE_MANDATORY_A; in __sta_info_alloc() 667 mandatory = 0; in __sta_info_alloc() 676 if (!(rate->flags & mandatory)) in __sta_info_alloc()
|