Lines Matching refs:is_mandatory
850 .is_mandatory = true, in dccp_feat_ccid_deps()
859 .is_mandatory = true, in dccp_feat_ccid_deps()
872 .is_mandatory = false, in dccp_feat_ccid_deps()
878 .is_mandatory = true, in dccp_feat_ccid_deps()
884 .is_mandatory = true, in dccp_feat_ccid_deps()
900 .is_mandatory = false, in dccp_feat_ccid_deps()
906 .is_mandatory = true, in dccp_feat_ccid_deps()
912 .is_mandatory = false, in dccp_feat_ccid_deps()
918 .is_mandatory = false, in dccp_feat_ccid_deps()
951 table[i].is_mandatory, in dccp_feat_propagate_ccid()
955 table[i].is_mandatory, in dccp_feat_propagate_ccid()
1097 static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_change_recv() argument
1108 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_change_recv()
1167 } else if (is_mandatory) { in dccp_feat_change_recv()
1190 if (!is_mandatory) in dccp_feat_change_recv()
1194 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_change_recv()
1208 static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_confirm_recv() argument
1215 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_confirm_recv()
1218 if (is_mandatory && type == FEAT_UNKNOWN) in dccp_feat_confirm_recv()
1283 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_confirm_recv()